Skip to content

Commit

Permalink
Explicitly add enabled: true in the galera sample
Browse files Browse the repository at this point in the history
In the DP3 content galera is not enabled by default.
This patch adds the missing boolean to make sure we
don't be blocked by kubebuilder during the CR creation.

Signed-off-by: Francesco Pantano <[email protected]>
  • Loading branch information
fmount committed Jan 31, 2024
1 parent da05489 commit 4860ffb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
databaseInstance: openstack
secret: osp-secret
galera:
enabled: true
templates:
openstack:
storageRequest: 500M
Expand Down

0 comments on commit 4860ffb

Please sign in to comment.