From 4860ffbf48a9682437de6e01da8a1a38edfc644d Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Wed, 31 Jan 2024 16:47:01 +0100 Subject: [PATCH] Explicitly add enabled: true in the galera sample 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 --- ...e_v1beta1_openstackcontrolplane_galera_network_isolation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml b/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml index 45489e50a..055396014 100644 --- a/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml +++ b/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml @@ -98,6 +98,7 @@ spec: databaseInstance: openstack secret: osp-secret galera: + enabled: true templates: openstack: storageRequest: 500M