Skip to content

Commit a2edd54

Browse files
fix: command don't delete line
1 parent 33472b6 commit a2edd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ecr-cleanup/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- name: AWS_REGISTRY_ID
3434
value: "{{ .Values.awsRegistryId }}"
3535
{{- end }}
36-
command: {{- .Values.command }}
36+
command: {{ .Values.command }}
3737
securityContext:
3838
{{- toYaml .Values.securityContext | nindent 16 }}
3939
resources:

0 commit comments

Comments
 (0)