Skip to content

Commit

Permalink
be able to add containers to Kiali pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Sep 27, 2023
1 parent 2a790f1 commit f261147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kiali-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ spec:
resources:
{{- toYaml .Values.deployment.resources | nindent 10 }}
{{- end }}
{{- if .Values.deployment.additional_pod_containers_yaml }}
{{- toYaml .Values.deployment.additional_pod_containers_yaml | nindent 6 }}
{{- end }}
volumes:
- name: {{ include "kiali-server.fullname" . }}-configuration
configMap:
Expand Down
1 change: 1 addition & 0 deletions kiali-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deployment:
# For more control over what the Kial Service Account can see, use the Kiali Operator
accessible_namespaces:
- "**"
additional_pod_containers_yaml: {}
additional_service_yaml: {}
affinity:
node: {}
Expand Down

0 comments on commit f261147

Please sign in to comment.