UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Sso integration improvements

Merged kevin.wilder requested to merge sso-integration-improvements into master
All threads resolved!
Files
7
{{- if and .Values.istio.enabled .Values.monitoring.sso.enabled }}
{{- $monitoringInjection := dig "istio" "injection" "enabled" .Values.monitoring }}
{{- if and .Values.istio.enabled .Values.monitoring.sso.enabled (eq $monitoringInjection "disabled") }}
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
@@ -15,4 +16,4 @@ spec:
{{- include "validRef" .Values.addons.haproxy.git | nindent 4 }}
{{ include "gitIgnore" . }}
{{- include "gitCreds" . | nindent 2 }}
{{- end }}
\ No newline at end of file
{{- end }}
Loading