Skip to content

Commit 5e8a94c

Browse files
committed
Remove tls.enabled forced to be api.tlsTruststore.enabled. This will permit to adapt configuration easily for projects
1 parent 54a660b commit 5e8a94c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

api/kubernetes/helm-chart/templates/_helpers.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,12 @@ csm:
201201
path: {{ include "cosmotech-api.blobPersistencePath" . }}
202202
identityProvider:
203203
tls:
204-
enabled: {{ .Values.api.tlsTruststore.enabled }}
205204
bundle: {{ include "cosmotech-api.custom-rootca-bundle" . }}
206205
twincache:
207206
tls:
208-
enabled: {{ .Values.api.tlsTruststore.enabled }}
209207
bundle: {{ include "cosmotech-api.custom-rootca-bundle" . }}
210208
internalResultServices:
211209
eventBus:
212210
tls:
213-
enabled: {{ .Values.api.tlsTruststore.enabled }}
214211
bundle: {{ include "cosmotech-api.custom-rootca-bundle" . }}
215212
{{- end }}

api/kubernetes/helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ config:
178178
username: default
179179
tls:
180180
enabled: false
181-
bundle: ""
181+
bundle: "changeme"
182182
argo:
183183
base-uri: "http://argo-server:2746"
184184
workflows:
@@ -228,7 +228,7 @@ config:
228228
enabled: true
229229
tls:
230230
enabled: false
231-
bundle: ""
231+
bundle: "changeme"
232232
host: "localhost"
233233
port: 5672
234234
listener:

0 commit comments

Comments
 (0)