File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
api/kubernetes/helm-chart Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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 } }
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments