Remove extra check that sometimes breaks oidc (#437)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-08-22 12:08:18 -07:00
committed by GitHub
parent f6872299e7
commit 50c741e047
@@ -93,7 +93,7 @@ Create the name of the service account to use
{{- end }}
{{- define "spiffe-oidc-discovery-provider.tls-enabled" -}}
{{- if and .Values.enabled (or .Values.tls.spire.enabled .Values.tls.externalSecret.enabled .Values.tls.certManager.enabled) }}
{{- if or .Values.tls.spire.enabled .Values.tls.externalSecret.enabled .Values.tls.certManager.enabled }}
{{- true }}
{{- else }}
{{- false }}