UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Enable Istio mTLS for ECK Operator"

Merged Jordan Olachea requested to merge 1017-enable-istio-mtls-eck-op into master
Compare and Show latest version
3 files
+ 7
19
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,6 +9,11 @@ imagePullSecrets:
image:
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end}}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
Loading