From 6026b0f0cbeef061cb2b525aa976f0c26efe1a39 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 17 Dec 2024 19:24:36 -0800 Subject: [PATCH] Enable archiver support by default for dbaas profiles Signed-off-by: Tamal Saha --- hub/clusterprofiles/ace/dbaas-client-org.yaml | 4 ++++ hub/clusterprofiles/ace/dbaas-generic.yaml | 4 ++++ 2 files changed, 8 insertions(+) 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