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 May 2, 2022
1 parent 08429df commit 8ac58df
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 @@ -124,6 +124,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 8ac58df

Please sign in to comment.