Skip to content

Commit

Permalink
fix command appParam indentation in deploy template
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Isla committed Jan 27, 2022
1 parent 8f36eea commit f13290f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
command: ["/bin/bash", "-c"]
args:
- |
{{.AppParams.command | nindent 12}}
{{.AppParams.command | nindent 14}}
{{- end}}
securityContext:
privileged: false
Expand Down

0 comments on commit f13290f

Please sign in to comment.