Skip to content

Commit b4f826a

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

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
@@ -124,6 +124,9 @@ spec:
124124
resources:
125125
{{- toYaml .Values.deployment.resources | nindent 10 }}
126126
{{- end }}
127+
{{- if .Values.deployment.additional_pod_containers_yaml }}
128+
{{- toYaml .Values.deployment.additional_pod_containers_yaml | nindent 6 }}
129+
{{- end }}
127130
volumes:
128131
- name: {{ include "kiali-server.fullname" . }}-configuration
129132
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)