UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9cdd8497 authored by Andrew Shoell's avatar Andrew Shoell
Browse files

Merge branch 'add-kiali-labels' into 'master'

Pass kiali labels to fluentbit, promtail, metrics-server

Closes big-bang/product/packages/fluentbit#135, big-bang/product/packages/promtail#62, and big-bang/product/packages/metrics-server#94

See merge request !4952
parents b948228f 35b0f50e
No related branches found
No related tags found
1 merge request!4952Pass kiali labels to fluentbit, promtail, metrics-server
Pipeline #3552328 passed
......@@ -10,6 +10,12 @@
loki:
enabled: {{ .Values.loki.enabled }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
elasticsearchKibana:
enabled: {{.Values.elasticsearchKibana.enabled }}
......
......@@ -25,6 +25,11 @@ podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
metrics:
enabled: {{ .Values.monitoring.enabled }}
......
......@@ -48,6 +48,12 @@ podAnnotations:
imagePullSecrets:
- name: private-registry
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
{{- if .Values.loki.enabled }}
config:
clients:
......
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