UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3b89b540 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'kiali-annotations' into 'master'

Kiali Istio Annotations

Closes #956

See merge request platform-one/big-bang/bigbang!1189
parents a3b7bf82 3dc1f0b7
No related branches found
No related tags found
2 merge requests!1386Master,!1189Kiali Istio Annotations
Pipeline #625655 failed
......@@ -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