Skip to content

Commit

Permalink
Added new env var to helm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Dec 11, 2017
1 parent c73f41e commit f4caddf
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 @@ -54,6 +54,8 @@ spec:
key: {{ .Values.bucket.key }}
- name: LOG_METRICS
value: "false"
- name: ONLY_UPDATES_ENABLED
value: "true"
{{ toYaml .Values.env | indent 8 }}
ports:
- containerPort: 8080
Expand Down

0 comments on commit f4caddf

Please sign in to comment.