@@ -33,19 +33,19 @@ spec:
3333 deployment :
3434 image_pull_policy : {{ .Values.global.imagePullPolicy }}
3535 namespace : {{ .Release.Namespace }}
36- {{- if .Values.kiali.accessibleNamespaces }}
36+ {{- if .Values.kiali.accessibleNamespaces }}
3737 accessible_namespaces : {{ .Values.kiali.accessibleNamespaces }}
38- {{- end }}
38+ {{- end }}
3939 ingress_enabled : {{ .Values.kiali.ingress.enabled }}
4040 verbose_mode : 3
4141 view_only_mode : {{ .Values.kiali.dashboard.viewOnlyMode }}
4242 affinity :
4343 {{- include "nodeaffinity" . | indent 6 }}
4444 {{- include "podAntiAffinity" . | indent 6 }}
45- {{- if .Values.kiali.tolerations }}
45+ {{- if .Values.kiali.tolerations }}
4646 tolerations :
47- {{ toYaml .Values.kiali.tolerations | indent 6 }}
48- {{- end }}
47+ {{ toYaml .Values.kiali.tolerations | indent 6 }}
48+ {{- end }}
4949 secret_name : {{ .Values.kiali.dashboard.secretName }}
5050 external_services :
5151 grafana :
@@ -60,15 +60,20 @@ spec:
6060{{- end }}
6161 tracing :
6262 url : {{ .Values.kiali.dashboard.jaegerURL }}
63- {{- if .Values.kiali.security.enabled }}
63+ {{- if .Values.kiali.security.enabled }}
6464 identity :
6565 cert_file : {{ .Values.kiali.security.cert_file }}
6666 private_key_file : {{ .Values.kiali.security.private_key_file }}
67- {{- end}}
67+ {{- end}}
68+ {{- if .Values.kiali.excludedWorkloads }}
69+ kubernetes_config :
70+ excluded_workloads :
71+ {{ toYaml .Values.kiali.excludedWorkloads | indent 6 }}
72+ {{- end}}
6873 server :
6974 port : 20001
70- {{- if .Values.kiali.contextPath }}
75+ {{- if .Values.kiali.contextPath }}
7176 web_root : {{ .Values.kiali.contextPath }}
72- {{- end }}
77+ {{- end }}
7378{{- end }}
7479{{- end }}
0 commit comments