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: config/crd/bases/mysql.presslabs.org_mysqlclusters.yaml
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -98,13 +98,8 @@ spec:
98
98
description: The number of pods from that set that must still be available after the eviction, even in the absence of the evicted pod Defaults to 50%
99
99
type: string
100
100
mysqlConf:
101
-
additionalProperties:
102
-
anyOf:
103
-
- type: integer
104
-
- type: string
105
-
x-kubernetes-int-or-string: true
106
-
description: A map[string]string that will be passed to my.cnf file.
107
-
type: object
101
+
description: A string that will be passed to my.cnf file, it should be compatible with mysql config format.
102
+
type: string
108
103
mysqlVersion:
109
104
description: 'Represents the MySQL version that will be run. The available version can be found here: https://github.com/bitpoke/mysql-operator/blob/0fd4641ce4f756a0aab9d31c8b1f1c44ee10fcb2/pkg/util/constants/constants.go#L87 This field should be set even if the Image is set to let the operator know which mysql version is running. Based on this version the operator can take decisions which features can be used. Defaults to 5.7'
Copy file name to clipboardExpand all lines: deploy/charts/mysql-operator/crds/mysql.presslabs.org_mysqlclusters.yaml
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,8 @@ spec:
99
99
description: The number of pods from that set that must still be available after the eviction, even in the absence of the evicted pod Defaults to 50%
100
100
type: string
101
101
mysqlConf:
102
-
additionalProperties:
103
-
anyOf:
104
-
- type: integer
105
-
- type: string
106
-
x-kubernetes-int-or-string: true
107
-
description: A map[string]string that will be passed to my.cnf file.
108
-
type: object
102
+
description: A string that will be passed to my.cnf file, it should be compatible with mysql config format.
103
+
type: string
109
104
mysqlVersion:
110
105
description: 'Represents the MySQL version that will be run. The available version can be found here: https://github.com/bitpoke/mysql-operator/blob/0fd4641ce4f756a0aab9d31c8b1f1c44ee10fcb2/pkg/util/constants/constants.go#L87 This field should be set even if the Image is set to let the operator know which mysql version is running. Based on this version the operator can take decisions which features can be used. Defaults to 5.7'
0 commit comments