UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b4a442e1 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1314-add-istio-annotations-to-metrics-server' into 'master'

add 'istioAnnotation' to metrics-server values package

Closes #1314

See merge request platform-one/big-bang/bigbang!2165
parents 11da2464 ee9c51e1
No related branches found
No related tags found
1 merge request!2165add 'istioAnnotation' to metrics-server values package
Pipeline #1028073 passed
......@@ -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