Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#222 from abays/fix_mariadb…
Browse files Browse the repository at this point in the history
…_galera

Default Galera to enabled=false
  • Loading branch information
openshift-merge-robot authored Mar 7, 2023
2 parents a1bce3b + 1622bb2 commit ea18765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13969,7 +13969,7 @@ spec:
description: Galera - Parameters related to the Galera services
properties:
enabled:
default: true
default: false
description: Enabled - Whether Galera services should be deployed
and managed
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1beta1/openstackcontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ type MariadbSection struct {
// GaleraSection defines the desired state of Galera services
type GaleraSection struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default=true
// +kubebuilder:default=false
// Enabled - Whether Galera services should be deployed and managed
Enabled bool `json:"enabled,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13969,7 +13969,7 @@ spec:
description: Galera - Parameters related to the Galera services
properties:
enabled:
default: true
default: false
description: Enabled - Whether Galera services should be deployed
and managed
type: boolean
Expand Down

0 comments on commit ea18765

Please sign in to comment.