Skip to content

Commit e54977c

Browse files
committed
change env to production
1 parent 77dc796 commit e54977c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install-bundler/bundler/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Expand the name of the chart.
77

88

99
{{- define "selectServer" -}}
10-
{{- if eq .Values.env "prod" -}}
10+
{{- if eq .Values.env "production" -}}
1111
https://acme-v02.api.letsencrypt.org/directory
1212
{{- else -}}
1313
https://acme-staging-v02.api.letsencrypt.org/directory

install-bundler/configs/bundler-tw-production.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENV=prod
1+
ENV=production
22
NAMESPACE="trustwallet"
33
PROJECT_ID="prj-biconomy-prod-001"
44
IMAGE="us-docker.pkg.dev/prj-biconomy-prod-001/bundler/bundler"

0 commit comments

Comments
 (0)