UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

add istio annotation for cluster auditor

Merged Kavitha Thulasiraman requested to merge istio-annotate-clusterauditor into master
All threads resolved!
Files
2
@@ -17,6 +17,11 @@ networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
{{- if .Values.istio.enabled }}
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
istio:
enabled: {{ .Values.istio.enabled }}
Loading