Skip to content

Commit bf3624c

Browse files
committed
chore(upgrade-crds) double quote cp command for better shell compatibility
Signed-off-by: Quentin BERTRAND <contact@quentinbertrand.fr>
1 parent 2b2bb0c commit bf3624c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/velero/templates/upgrade-crds/upgrade-crds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
- /bin/sh
5555
args:
5656
- -c
57-
- cp `which sh` /tmp && cp `which kubectl` /tmp
57+
- |
58+
"cp `which sh` /tmp && cp `which kubectl` /tmp"
5859
{{- with .Values.kubectl.resources }}
5960
resources:
6061
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)