Skip to content

Commit

Permalink
Add --ignore-database=mysql to mariadb-args (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Md. Ishtiaq Islam <ishtiaq@appscode.com>
  • Loading branch information
ishtiaqhimel authored May 22, 2024
1 parent 1451685 commit 48e9fdb
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --hostname=${HOSTNAME:=}
- --mariadb-args=${args:=--all-databases}
- --mariadb-args=${args:=--all-databases --ignore-database=mysql}
- --wait-timeout=${waitTimeout:=300}
- --namespace=${NAMESPACE:=default}
- --appbinding=${TARGET_NAME:=}
Expand Down
Loading

0 comments on commit 48e9fdb

Please sign in to comment.