Skip to content

Commit

Permalink
add end to close conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelbsik committed Nov 30, 2023
1 parent 28a487b commit 97f06a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standard-app/templates/workloads/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ spec:
{{- range $appConfig.command }}
- {{ . | quote }}
{{- end }}
{{- end }}
{{- if $appConfig.args }}
args:
{{- range $appConfig.args }}
Expand Down

0 comments on commit 97f06a1

Please sign in to comment.