UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7fe6c14c authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch '976-add-istio-annotation' into 'master'

Velero: Annotate pods with Istio version

Closes #976

See merge request platform-one/big-bang/bigbang!1213
parents 1c2cdab2 9a751d63
No related branches found
No related tags found
2 merge requests!1386Master,!1213Velero: Annotate pods with Istio version
Pipeline #640526 passed
......@@ -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