We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332f488 commit 91c4089Copy full SHA for 91c4089
charts/redcap/templates/cronjobs/restore-cronjob.yaml
@@ -166,10 +166,12 @@ spec:
166
key: {{ default (include "mariadb.secrets.password.key" .) .Values.redcap.config.database.auth.password.secretKeyRef.key }}
167
168
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
+ - sh
+ - -c
+ - >
+ /tmp/scripts/redcap-install.sh &&
173
+ /tmp/scripts/redcap-setup.sh &&
174
+ /tmp/scripts/redcap-config.sh
175
176
volumeMounts:
177
- name: redcap-app
0 commit comments