You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/mariadb-enterprise-operator-crds/templates/crds.yaml
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -344,8 +344,16 @@ spec:
344
344
type: object
345
345
logLevel:
346
346
default: info
347
-
description: LogLevel to be used n the Backup Job. It defaults to
347
+
description: LogLevel to be used in the Backup Job. It defaults to
348
348
'info'.
349
+
enum:
350
+
- debug
351
+
- info
352
+
- warn
353
+
- error
354
+
- dpanic
355
+
- panic
356
+
- fatal
349
357
type: string
350
358
mariaDbRef:
351
359
description: MariaDBRef is a reference to a MariaDB object.
@@ -6703,7 +6711,7 @@ spec:
6703
6711
description: |-
6704
6712
PasswordHashSecretKeyRef is a reference to the password hash to be used by the initial User.
6705
6713
If the referred Secret is labeled with "enterprise.mariadb.com/watch", updates may be performed to the Secret in order to update the password hash.
6706
-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
6714
+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
6707
6715
properties:
6708
6716
key:
6709
6717
type: string
@@ -6717,7 +6725,7 @@ spec:
6717
6725
passwordPlugin:
6718
6726
description: |-
6719
6727
PasswordPlugin is a reference to the password plugin and arguments to be used by the initial User.
6720
-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
6728
+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
6721
6729
properties:
6722
6730
pluginArgSecretKeyRef:
6723
6731
description: |-
@@ -12507,6 +12515,19 @@ spec:
12507
12515
description: Labels to be added to children resources.
12508
12516
type: object
12509
12517
type: object
12518
+
logLevel:
12519
+
default: info
12520
+
description: LogLevel to be used in the PhysicalBackup Job. It defaults
12521
+
to 'info'.
12522
+
enum:
12523
+
- debug
12524
+
- info
12525
+
- warn
12526
+
- error
12527
+
- dpanic
12528
+
- panic
12529
+
- fatal
12530
+
type: string
12510
12531
mariaDbRef:
12511
12532
description: MariaDBRef is a reference to a MariaDB object.
12512
12533
properties:
@@ -13186,6 +13207,14 @@ spec:
13186
13207
format: int32
13187
13208
minimum: 0
13188
13209
type: integer
13210
+
target:
13211
+
description: Target defines in which Pod the physical backups will
13212
+
be taken. It defaults to "Replica", meaning that the physical backups
13213
+
will only be taken in ready replicas.
13214
+
enum:
13215
+
- Replica
13216
+
- PreferReplica
13217
+
type: string
13189
13218
timeout:
13190
13219
description: |-
13191
13220
Timeout defines the maximum duration of a PhysicalBackup job or snapshot.
@@ -13655,6 +13684,14 @@ spec:
13655
13684
default: info
13656
13685
description: LogLevel to be used n the Backup Job. It defaults to
13657
13686
'info'.
13687
+
enum:
13688
+
- debug
13689
+
- info
13690
+
- warn
13691
+
- error
13692
+
- dpanic
13693
+
- panic
13694
+
- fatal
13658
13695
type: string
13659
13696
mariaDbRef:
13660
13697
description: MariaDBRef is a reference to a MariaDB object.
@@ -15136,7 +15173,7 @@ spec:
15136
15173
description: |-
15137
15174
PasswordHashSecretKeyRef is a reference to the password hash to be used by the User.
15138
15175
If the referred Secret is labeled with "enterprise.mariadb.com/watch", updates may be performed to the Secret in order to update the password hash.
15139
-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
15176
+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
15140
15177
properties:
15141
15178
key:
15142
15179
type: string
@@ -15150,7 +15187,7 @@ spec:
15150
15187
passwordPlugin:
15151
15188
description: |-
15152
15189
PasswordPlugin is a reference to the password plugin and arguments to be used by the User.
15153
-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
15190
+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
0 commit comments