UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c83d3bbe authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman Committed by Micah Nagel
Browse files

Istio vault annotations

parent 707b47bb
No related branches found
No related tags found
2 merge requests!1386Master,!1226Istio vault annotations
......@@ -19,10 +19,18 @@ global:
- name: private-registry
injector:
{{- if .Values.istio.enabled }}
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
server:
{{- if .Values.istio.enabled }}
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
......@@ -45,5 +53,4 @@ istio:
vault:
gateways:
- istio-system/{{ default "public" .Values.addons.vault.ingress.gateway }}
{{- end -}}
\ No newline at end of file
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