UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 3dc1f0b7 authored by Micah Nagel's avatar Micah Nagel
Browse files

update kiali with istio annotations

parent 0cbf9b16
No related branches found
No related tags found
2 merge requests!1386Master,!1189Kiali Istio Annotations
Pipeline #619684 passed with warnings
......@@ -19,6 +19,11 @@ istio:
gateways:
- istio-system/{{ default "public" .Values.kiali.ingress.gateway }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
elasticsearch:
......@@ -27,6 +32,10 @@ cr:
spec:
deployment:
image_pull_policy: {{ .Values.imagePullPolicy }}
{{- if .Values.istio.enabled }}
pod_annotations:
{{ include "istioAnnotation" . }}
{{- end }}
server:
web_port: "443"
auth:
......
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