UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 81e7e5f4 authored by Brandt's avatar Brandt
Browse files

Fix: openshift enabled propagation - bigbang #1065

parent 6c448009
No related branches found
No related tags found
1 merge request!1348Sonarqube openshift value propagation / SAML group name fix
......@@ -10,6 +10,9 @@ domain: {{ $domainName }}
# Define variables to help with conditionals later
{{- $istioInjection := (and (eq (dig "istio" "injection" "enabled" .Values.addons.sonarqube) "enabled") .Values.istio.enabled) }}
openshift:
enabled: {{ .Values.openshift }}
istio:
enabled: {{ .Values.istio.enabled }}
sonarqube:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment