Skip to content

Commit

Permalink
fix: command don't delete line
Browse files Browse the repository at this point in the history
  • Loading branch information
knechtionscoding committed Apr 5, 2023
1 parent 33472b6 commit a2edd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ecr-cleanup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: AWS_REGISTRY_ID
value: "{{ .Values.awsRegistryId }}"
{{- end }}
command: {{- .Values.command }}
command: {{ .Values.command }}
securityContext:
{{- toYaml .Values.securityContext | nindent 16 }}
resources:
Expand Down

0 comments on commit a2edd54

Please sign in to comment.