Skip to content

Commit e17ce5b

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

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
@@ -131,6 +131,9 @@ spec:
131131
resources:
132132
{{- toYaml .Values.deployment.resources | nindent 10 }}
133133
{{- end }}
134+
{{- if .Values.deployment.additional_pod_containers_yaml }}
135+
{{- toYaml .Values.deployment.additional_pod_containers_yaml | nindent 6 }}
136+
{{- end }}
134137
volumes:
135138
- name: {{ include "kiali-server.fullname" . }}-configuration
136139
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)