Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman committed Dec 17, 2024
1 parent 48226e9 commit a6338b6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions catalog/kubestash/raw/mysql/mysql-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
required: false
usage: Arguments to be passed to the dump command.
- default: "/var/lib/mysql"
name: datadir
name: dataDir
required: false
usage: Arguments to be passed to the dump command.
- name: databases
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
required: false
usage: Arguments to be passed to the dump command.
- default: "/var/lib/mysql"
name: datadir
name: dataDir
required: false
usage: Arguments to be passed to the dump command.
- default: "true"
Expand Down
1 change: 0 additions & 1 deletion catalog/kubestash/raw/mysql/mysql-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ spec:
- 8.0.3
- 8.0.21
image: ghcr.io/kubedb/mysql-restic-plugin:v0.12.0_${DB_VERSION}
---
3 changes: 1 addition & 2 deletions catalog/kubestash/raw/mysql/mysql-xtrabackup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ spec:
- --scratch-dir=${scratchDir:=}
- --wait-timeout=${waitTimeout:=300}
- --mysql-args=${args:=}
- --data-directory=${datadir:=}
- --data-dir=${dataDir:=}
availableVersions:
- 2.4.29
- 8.0.35
- 8.1.0
- 8.2.0
- 8.4.0
image: ghcr.io/kubedb/xtrabackup-restic-plugin:v0.0.1_${DB_VERSION}
---
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --scratch-dir=${scratchDir:=}
- --wait-timeout=${waitTimeout:=300}
- --mysql-args=${args:=}
- --data-directory=${datadir:=}
- --data-dir=${dataDir:=}
availableVersions:
- 2.4.29
- 8.0.35
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
required: false
usage: Arguments to be passed to the dump command.
- default: /var/lib/mysql
name: datadir
name: dataDir
required: false
usage: Arguments to be passed to the dump command.
- name: databases
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
required: false
usage: Arguments to be passed to the dump command.
- default: /var/lib/mysql
name: datadir
name: dataDir
required: false
usage: Arguments to be passed to the dump command.
- default: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- --scratch-dir=${scratchDir:=}
- --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}}
- --mysql-args=${args:={{ .Values.mysql.args }}}
- --data-directory=${datadir:=}
- --data-dir=${dataDir:=}
availableVersions:
- 2.4.29
- 8.0.35
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- --scratch-dir=${scratchDir:=}
- --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}}
- --mysql-args=${args:={{ .Values.mysql.args }}}
- --data-directory=${datadir:=}
- --data-dir=${dataDir:=}
availableVersions:
- 2.4.29
- 8.0.35
Expand Down

0 comments on commit a6338b6

Please sign in to comment.