Skip to content

Commit f472507

Browse files
committed
be able to add containers to Kiali pod
part of: kiali/kiali#5028 operator PR: kiali/kiali-operator#524
1 parent 7863d85 commit f472507

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

kiali-server/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ spec:
139139
resources:
140140
{{- toYaml .Values.deployment.resources | nindent 10 }}
141141
{{- end }}
142+
{{- if .Values.deployment.additional_pod_containers_yaml }}
143+
{{- toYaml .Values.deployment.additional_pod_containers_yaml | nindent 6 }}
144+
{{- end }}
142145
volumes:
143146
- name: {{ include "kiali-server.fullname" . }}-configuration
144147
configMap:

kiali-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ deployment:
3030
# For more control over what the Kial Service Account can see, use the Kiali Operator
3131
accessible_namespaces:
3232
- "**"
33+
additional_pod_containers_yaml: {}
3334
additional_service_yaml: {}
3435
affinity:
3536
node: {}

0 commit comments

Comments
 (0)