File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1414 parentRefs :
1515 - group : gateway.networking.k8s.io
1616 kind : Gateway
17- name : ace-hosted
17+ name : ace
1818 namespace : {{ .Release.Namespace }}
1919 sectionName : https
2020 hostnames :
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ stringData:
168168 API_URL = {{ .Values.settings.openfga.apiURL }}
169169 PRE_SHARED_KEY = {{ .Values.settings.openfga.preSharedKey }}
170170
171- {{- if eq .Values.global.platform.deploymentType "Hosted" }}
171+ {{- if (or ( eq .Values.global.platform.deploymentType "Hosted") .Values.global.platform.offlineInstaller) }}
172172
173173 [badger]
174174 PATH = {{ .Values.global.infra.badger.mountPath }}
@@ -179,6 +179,9 @@ stringData:
179179 BUCKET = {{ .Values.global.infra.invoice.bucket }}
180180 PREFIX = {{ .Values.global.infra.invoice.prefix }}
181181 TRACKER_EMAIL = {{ .Values.global.infra.invoice.trackerEmail }}
182+ {{- end }}
183+
184+ {{- if eq .Values.global.platform.deploymentType "Hosted" }}
182185
183186 [contract]
184187 BUCKET = {{ .Values.settings.contract.bucket }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stringData:
1313 nats:
1414 exports: true
1515 reloadNatsAccounts: true
16- {{- if and .Release.IsInstall (eq .Values.global.platform.deploymentType "Hosted") }}
16+ {{- if and .Release.IsInstall (or ( eq .Values.global.platform.deploymentType "Hosted") .Values.global.platform.offlineInstaller ) }}
1717 createNatsStream: true
1818 reloadPlatformAccounts: true
1919 {{- end }}
You can’t perform that action at this time.
0 commit comments