Skip to content

Commit 5c93bde

Browse files
authored
Merge pull request #24 from Intrinsec/fix-helm-args
Fix helm charts args
2 parents d0b21bd + 189538d commit 5c93bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/s3proxy/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ spec:
3535
{{- toYaml .Values.securityContext | nindent 12 }}
3636
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3737
imagePullPolicy: {{ .Values.image.pullPolicy }}
38-
args: {{ .Values.args }}
38+
args:
39+
{{- toYaml .Values.args | nindent 12 }}
3940
env:
4041
- name: AWS_ACCESS_KEY_ID
4142
valueFrom:

0 commit comments

Comments
 (0)