Skip to content

Commit 91c4089

Browse files
committed
Fixed scripts call
1 parent 332f488 commit 91c4089

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

charts/redcap/templates/cronjobs/restore-cronjob.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,12 @@ spec:
166166
key: {{ default (include "mariadb.secrets.password.key" .) .Values.redcap.config.database.auth.password.secretKeyRef.key }}
167167

168168
command:
169-
- >-
170-
sh -c /tmp/scripts/redcap-install.sh &&
171-
sh -c /tmp/scripts/redcap-setup.sh &&
172-
sh -c /tmp/scripts/redcap-config.sh
169+
- sh
170+
- -c
171+
- >
172+
/tmp/scripts/redcap-install.sh &&
173+
/tmp/scripts/redcap-setup.sh &&
174+
/tmp/scripts/redcap-config.sh
173175
174176
volumeMounts:
175177
- name: redcap-app

0 commit comments

Comments
 (0)