Skip to content

Commit

Permalink
Make slight change to human_logging value format (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh authored Mar 22, 2022
1 parent 68f1208 commit da0ef46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/charts/templates/fuel-core-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ spec:
- name: {{ .Values.app.volume.pvname }}
mountPath: "{{ .Values.app.volume.mountPath }}"
env:
- name: {{ .Values.app.human_logging }}
value: "false"
- name: human_logging
value: {{ .Values.app.human_logging | quote }}
volumes:
- name: {{ .Values.app.volume.pvname }}
persistentVolumeClaim:
Expand Down

0 comments on commit da0ef46

Please sign in to comment.