Skip to content

Commit ed82d49

Browse files
authored
chart: fix missing volumemount (#781)
Signed-off-by: Kent <kent.rancourt@gmail.com>
1 parent 9798de2 commit ed82d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/kargo/templates/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- -tls-no-verify
6060
{{- end }}
6161
initialDelaySeconds: 5
62-
{{- if or .Values.kubeconfigSecrets.kargo (and .Values.api.oidc.enabled .Values.api.oidc.dex.enabled) }}
62+
{{- if or .Values.kubeconfigSecrets.kargo (and .Values.api.oidc.enabled .Values.api.oidc.dex.enabled) .Values.api.tls.enabled }}
6363
volumeMounts:
6464
- mountPath: /etc/kargo
6565
name: config

0 commit comments

Comments
 (0)