Skip to content

Commit

Permalink
Add log level setting in helm deploymet
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-p-nikolov committed Jan 13, 2020
1 parent 0352146 commit 5ce3cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/generic-rw-s3/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
key: {{ .Values.bucket.key }}
- name: ONLY_UPDATES_ENABLED
value: "true"
- name: LOG_LEVEL
value: info
{{ toYaml .Values.env | indent 8 }}
ports:
- containerPort: 8080
Expand Down

0 comments on commit 5ce3cca

Please sign in to comment.