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 02ec61f commit dfa997bCopy full SHA for dfa997b
1 file changed
argocd/waiter/snucse/resources.yaml
@@ -152,7 +152,7 @@ spec:
152
- -c
153
- |
154
set -euxo pipefail
155
- mysqldump --host=${MYSQL_HOST} --port=${MYSQL_PORT} --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} --single-transaction --routines --triggers --all-databases > /scratch/mysqldump.sql
+ mysqldump --host=${MYSQL_HOST} --port=${MYSQL_PORT} --user=${MYSQL_USER} --single-transaction --routines --triggers --all-databases > /scratch/mysqldump.sql
156
containers:
157
- name: backup
158
image: ghcr.io/bacchus-snu/images/proxmox-backup-client:5575324
0 commit comments