UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b5c9e547 authored by still's avatar still
Browse files

fixing condition

parent 08948c9e
No related branches found
No related tags found
1 merge request!190BB 1233 - Add Minio deployment
Pipeline #149855 failed
......@@ -45,6 +45,7 @@ spec:
imagePullSecrets:
- name: private-registry
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
......@@ -55,6 +56,5 @@ spec:
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
{{- end }}
\ No newline at end of file
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