File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - |
3232 gcloud secrets versions access latest --secret="{{.Values.secretName}}" > /gcpsecrets/config-passphrase
3333 gcloud secrets versions access latest --secret="{{.Values.configSecretName}}" > /gcpsecrets/config.json.enc
34- gcloud secrets versions access latest --secret="{{.Values.plainConfigSecretName}}" > /gcpsecrets/{{.Values.env }}.json
34+ gcloud secrets versions access latest --secret="{{.Values.plainConfigSecretName}}" > /gcpsecrets/{{.Values.environment }}.json
3535 volumeMounts :
3636 - name : gcpsecrets
3737 mountPath : /gcpsecrets
8484 value : {{ .Values.CHAIN_ID | quote }}
8585
8686 - name : NODE_ENV
87- value : {{ .Values.env }}
87+ value : {{ .Values.environment }}
8888
8989 envFrom :
9090 {{- if and (.Values.datadog.enable) ( eq .Values.datadog.gke_cluste_type "standard") -}}
@@ -106,8 +106,8 @@ spec:
106106 subPath : " config.json.enc"
107107
108108 - name : gcpsecrets
109- mountPath : " /home/nonroot/bundler/config/{{.Values.env }}.json"
110- subPath : " {{.Values.env }}.json"
109+ mountPath : " /home/nonroot/bundler/config/{{.Values.environment }}.json"
110+ subPath : " {{.Values.environment }}.json"
111111
112112 - name : gcpsecrets
113113 mountPath : /gcpsecrets
Original file line number Diff line number Diff line change 1- ENV =production
1+ ENV =prod
2+ environment =production
23NAMESPACE =" trustwallet"
34PROJECT_ID =" prj-biconomy-prod-001"
45IMAGE =" us-docker.pkg.dev/prj-biconomy-prod-001/bundler/bundler"
Original file line number Diff line number Diff line change 11ENV =staging
2+ environment =staging
23NAMESPACE =" bundler-tw-staging"
34PROJECT_ID =" biconomy-prod"
45IMAGE =" us-docker.pkg.dev/biconomy-prod/bundler/trustwallet"
You can’t perform that action at this time.
0 commit comments