UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit bc9668ff authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'micah.nagel-master-patch-57320' into 'master'

Fix packages istio dependency

See merge request !2806
parents b934543f 7e63db1c
No related branches found
No related tags found
1 merge request!2806Fix packages istio dependency
Pipeline #1813053 failed
......@@ -52,7 +52,7 @@ spec:
{{- $gatekeeperDep := $.Values.gatekeeper.enabled -}}
{{- $kyvernoDep := $.Values.kyvernoPolicies.enabled -}}
{{- /* Wait on istio if sidecar is enabled */ -}}
{{- $istioDep := (and $.Values.istio.enabled (dig "istio" "injection" true $vals)) -}}
{{- $istioDep := (and $.Values.istio.enabled (eq "enabled" (dig "istio" "injection" "enabled" $vals))) -}}
{{- if or $gatekeeperDep $kyvernoDep $istioDep $vals.dependsOn }}
dependsOn:
{{- if $gatekeeperDep }}
......@@ -73,4 +73,4 @@ spec:
{{- end }}
---
{{ end -}}
{{- end -}}
\ No newline at end of file
{{- end -}}
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