UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ee9c51e1 authored by Alesha Ray's avatar Alesha Ray Committed by Ryan Garcia
Browse files

add 'istioAnnotation' to metrics-server values package

parent afbed3bb
No related branches found
No related tags found
1 merge request!2165add 'istioAnnotation' to metrics-server values package
......@@ -14,6 +14,13 @@ istio:
enabled: {{ .Values.istio.enabled }}
injection: {{ ternary "enabled" "disabled" .Values.istio.enabled }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
metrics:
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