Skip to content

Commit 1c43c8b

Browse files
committed
remove env from billing-ui
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com>
1 parent 6899652 commit 1c43c8b

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

charts/ace/templates/platform/config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ stringData:
174174
PATH = {{ .Values.global.infra.badger.mountPath }}
175175
LEVELS = {{ .Values.global.infra.badger.levels }}
176176

177-
[contract]
178-
BUCKET = {{ .Values.settings.contract.bucket }}
179-
PREFIX = {{ .Values.settings.contract.prefix }}
180-
LICENSE_BUCKET = {{ .Values.settings.contract.licenseBucket }}
181-
182177
[invoice]
183178
PATH = {{ .Values.global.infra.invoice.mountPath }}
184179
BUCKET = {{ .Values.global.infra.invoice.bucket }}
@@ -188,6 +183,11 @@ stringData:
188183

189184
{{- if eq .Values.global.platform.deploymentType "Hosted" }}
190185

186+
[contract]
187+
BUCKET = {{ .Values.settings.contract.bucket }}
188+
PREFIX = {{ .Values.settings.contract.prefix }}
189+
LICENSE_BUCKET = {{ .Values.settings.contract.licenseBucket }}
190+
191191
[fileserver]
192192
BASE_URL = {{ .Values.global.infra.fileserver.baseURL }}
193193
BUCKET = {{ .Values.global.infra.fileserver.bucket }}

charts/billing-ui/templates/deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ spec:
4040
{{- end }}
4141
image: "{{ include "image.registry" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4242
imagePullPolicy: {{ .Values.image.pullPolicy }}
43-
{{- if and .Values.global .Values.global.platform.offlineInstaller }}
44-
env:
45-
- name: ENABLE_OFFLINE_BILLING_UI
46-
value: "true"
47-
{{- end }}
4843
ports:
4944
- name: http
5045
containerPort: 8080

0 commit comments

Comments
 (0)