UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 894ba003 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Merge branch 'fix-packages-dependson-section' into 'master'

fix to release namespace for packages template dependsOn section

Closes #2319

See merge request !5253
parents 502b2105 5a1eff63
No related branches found
No related tags found
1 merge request!5253fix to release namespace for packages template dependsOn section
Pipeline #3673930 failed
......@@ -75,15 +75,15 @@ spec:
dependsOn:
{{- if $gatekeeperDep }}
- name: gatekeeper
namespace: {{ default "bigbang" $.Values.namespace }}
namespace: {{ default "bigbang" $.Release.namespace }}
{{- end }}
{{- if $kyvernoDep }}
- name: kyverno-policies
namespace: {{ default "bigbang" $.Values.namespace }}
namespace: {{ default "bigbang" $.Release.namespace }}
{{- end }}
{{- if $istioDep }}
- name: istio
namespace: {{ default "bigbang" $.Values.namespace }}
namespace: {{ default "bigbang" $.Release.namespace }}
{{- end -}}
{{- if $vals.dependsOn }}
{{- toYaml $vals.dependsOn | nindent 4 }}
......
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