Skip to content

Commit

Permalink
Add missing end in helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
aaqel-s committed Dec 5, 2019
1 parent a7748af commit 1fc8043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/athens-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ spec:
{{- if .Values.storage.gcp.serviceAccount }}
- name: ATHENS_STORAGE_GCP_JSON_KEY
value: {{ .Values.storage.gcp.serviceAccount | b64enc | quote }}
{{- end }}
{{- if .Values.storage.s3.use_iam_proxy }}
- name: AWS_USE_IAM_PROXY
value: {{ .Values.storage.s3.use_iam_proxy | quote }}
Expand Down

0 comments on commit 1fc8043

Please sign in to comment.