Skip to content

Commit 8ceb3fa

Browse files
drivebyercndoit18
authored andcommitted
generate api
1 parent b1e94c4 commit 8ceb3fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

config/crd/bases/mysql.presslabs.org_mysqlclusters.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3791,6 +3791,9 @@ spec:
37913791
serverIDOffset:
37923792
description: Set a custom offset for Server IDs. ServerID for each node will be the index of the statefulset, plus offset
37933793
type: integer
3794+
sidecarImage:
3795+
description: To specify the image that will be used for sidecar container. It will override --sidecar-image or --sidecar-mysql8-image flags.
3796+
type: string
37943797
tmpfsSize:
37953798
anyOf:
37963799
- type: integer

deploy/charts/mysql-operator/crds/mysql.presslabs.org_mysqlclusters.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3792,6 +3792,9 @@ spec:
37923792
serverIDOffset:
37933793
description: Set a custom offset for Server IDs. ServerID for each node will be the index of the statefulset, plus offset
37943794
type: integer
3795+
sidecarImage:
3796+
description: To specify the image that will be used for sidecar container. It will override --sidecar-image or --sidecar-mysql8-image flags.
3797+
type: string
37953798
tmpfsSize:
37963799
anyOf:
37973800
- type: integer

0 commit comments

Comments
 (0)