Remove extra check that sometimes breaks oidc (#437)
Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -93,7 +93,7 @@ Create the name of the service account to use
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "spiffe-oidc-discovery-provider.tls-enabled" -}}
|
{{- 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 }}
|
{{- true }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- false }}
|
{{- false }}
|
||||||
|
|||||||
Reference in New Issue
Block a user