There was an error while loading. Please reload this page.
1 parent 9798de2 commit ed82d49Copy full SHA for ed82d49
1 file changed
charts/kargo/templates/api/deployment.yaml
@@ -59,7 +59,7 @@ spec:
59
- -tls-no-verify
60
{{- end }}
61
initialDelaySeconds: 5
62
-{{- if or .Values.kubeconfigSecrets.kargo (and .Values.api.oidc.enabled .Values.api.oidc.dex.enabled) }}
+{{- if or .Values.kubeconfigSecrets.kargo (and .Values.api.oidc.enabled .Values.api.oidc.dex.enabled) .Values.api.tls.enabled }}
63
volumeMounts:
64
- mountPath: /etc/kargo
65
name: config
0 commit comments