UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9a751d63 authored by Tunde Oladipupo's avatar Tunde Oladipupo Committed by Micah Nagel
Browse files

Velero: Annotate pods with Istio version

parent 06006c65
No related branches found
No related tags found
2 merge requests!1386Master,!1213Velero: Annotate pods with Istio version
......@@ -7,6 +7,11 @@
istio:
enabled: {{ .Values.istio.enabled }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
......
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