diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 3720e2d4673d7983da0599ab79271aeb826cef5d..689c49884e180ef8b358c5bc555324962018db1b 100644 --- a/chart/templates/velero/values.yaml +++ b/chart/templates/velero/values.yaml @@ -7,6 +7,11 @@ istio: enabled: {{ .Values.istio.enabled }} +{{- if .Values.istio.enabled }} +podAnnotations: + {{ include "istioAnnotation" . }} +{{- end }} + monitoring: enabled: {{ .Values.monitoring.enabled }}