diff --git a/hub/clusterprofiles/ace/dbaas-client-org.yaml b/hub/clusterprofiles/ace/dbaas-client-org.yaml index 2ae1d2b92..3e0af131d 100644 --- a/hub/clusterprofiles/ace/dbaas-client-org.yaml +++ b/hub/clusterprofiles/ace/dbaas-client-org.yaml @@ -6,6 +6,8 @@ metadata: spec: description: This profile is suitable for client organizations using KubeDB to manage DBaaS. requiredFeatureSets: + capi-core: + - cluster-presets opscenter-backup: - kubestash - stash-presets @@ -27,6 +29,8 @@ spec: opscenter-security: - cert-manager - cert-manager-csi-driver-cacerts + opscenter-storage: + - snapshot-controller opscenter-tools: - sidekick - supervisor diff --git a/hub/clusterprofiles/ace/dbaas-generic.yaml b/hub/clusterprofiles/ace/dbaas-generic.yaml index 473a5a023..85ef0cd80 100644 --- a/hub/clusterprofiles/ace/dbaas-generic.yaml +++ b/hub/clusterprofiles/ace/dbaas-generic.yaml @@ -6,6 +6,8 @@ metadata: spec: description: This profile is suitable for any Kubernetes clusters used as KubeDB managed DBaaS requiredFeatureSets: + capi-core: + - cluster-presets opscenter-backup: - kubestash - stash-presets @@ -27,6 +29,8 @@ spec: opscenter-security: - cert-manager - cert-manager-csi-driver-cacerts + opscenter-storage: + - snapshot-controller opscenter-tools: - sidekick - supervisor