Skip to content

Commit d37ed6f

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

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
@@ -127,6 +127,9 @@ spec:
127127
resources:
128128
{{- toYaml .Values.deployment.resources | nindent 10 }}
129129
{{- end }}
130+
{{- if .Values.deployment.additional_pod_containers_yaml }}
131+
{{- toYaml .Values.deployment.additional_pod_containers_yaml | nindent 6 }}
132+
{{- end }}
130133
volumes:
131134
- name: {{ include "kiali-server.fullname" . }}-configuration
132135
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)