UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit d4ca5584 authored by Greg M's avatar Greg M
Browse files

:sailboat:

parent 1e8c4a2d
No related branches found
No related tags found
1 merge request!4732deleted
......@@ -5,7 +5,7 @@ metadata:
name: istio-ingress
labels:
istio-gateway-managed: Reconcile
istio-injection: disabled
istio-injection: enabled
app.kubernetes.io/name: istio-gateway
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
......
......@@ -57,6 +57,10 @@ spec:
{{- if or .Values.gatekeeper.enabled .Values.kyvernoPolicies.enabled }}
dependsOn:
{{- if .Values.istioBase.enabled }}
- name: istio-base
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
......
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