Skip to content

Commit

Permalink
explicitly define ANSIBLE_CONFIG so an admin can more easily change it (
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Nov 30, 2020
1 parent 80350f5 commit 028d1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kiali-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
value: {{ .Values.debug.enabled | quote }}
- name: ANSIBLE_VERBOSITY_KIALI_KIALI_IO
value: {{ .Values.debug.verbosity | quote }}
- name: ANSIBLE_CONFIG
value: "/etc/ansible/ansible.cfg"
{{- if .Values.env }}
{{- toYaml .Values.env | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 028d1be

Please sign in to comment.