UNCLASSIFIED - NO CUI

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

eck-op HR depends on istio

parent 31791f70
No related branches found
No related tags found
1 merge request!924ECK Operator enable Istio-Injection
Pipeline #495480 passed with warnings
......@@ -37,9 +37,15 @@ spec:
kind: Secret
valuesKey: "overlays"
{{- if .Values.gatekeeper.enabled }}
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- 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