We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0b21bd + 189538d commit 5c93bdeCopy full SHA for 5c93bde
charts/s3proxy/templates/deployment.yaml
@@ -35,7 +35,8 @@ spec:
35
{{- toYaml .Values.securityContext | nindent 12 }}
36
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
37
imagePullPolicy: {{ .Values.image.pullPolicy }}
38
- args: {{ .Values.args }}
+ args:
39
+ {{- toYaml .Values.args | nindent 12 }}
40
env:
41
- name: AWS_ACCESS_KEY_ID
42
valueFrom:
0 commit comments