Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Jul 12, 2024
1 parent e664d96 commit 4772b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [
"touch /tmp/log/app.log"
"touch /tmp/log/app.log",
"2>&1 > /tmp/log/app.log"
]
ports:
Expand Down

0 comments on commit 4772b8a

Please sign in to comment.