From a7e0ff690d6b85f536399e8a3925ce527daaca98 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 29 Aug 2024 14:02:11 -0700 Subject: [PATCH] Enable sidekick and supervisor features in dbaas clusters Signed-off-by: Tamal Saha --- hub/clusterprofiles/ace/dbaas-aks.yaml | 3 +++ hub/clusterprofiles/ace/dbaas-eks.yaml | 3 +++ hub/clusterprofiles/ace/dbaas-generic.yaml | 3 +++ hub/clusterprofiles/ace/dbaas-gke.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/hub/clusterprofiles/ace/dbaas-aks.yaml b/hub/clusterprofiles/ace/dbaas-aks.yaml index c462d0c8d..70c0553c9 100644 --- a/hub/clusterprofiles/ace/dbaas-aks.yaml +++ b/hub/clusterprofiles/ace/dbaas-aks.yaml @@ -18,4 +18,7 @@ spec: - kubedb - kubedb-opscenter - kubedb-ui-presets + opscenter-tools: + - sidekick + - supervisor title: Azure DBaaS diff --git a/hub/clusterprofiles/ace/dbaas-eks.yaml b/hub/clusterprofiles/ace/dbaas-eks.yaml index 45ada50f0..a80a01ccc 100644 --- a/hub/clusterprofiles/ace/dbaas-eks.yaml +++ b/hub/clusterprofiles/ace/dbaas-eks.yaml @@ -22,4 +22,7 @@ spec: - kubedb - kubedb-opscenter - kubedb-ui-presets + opscenter-tools: + - sidekick + - supervisor title: AWS DBaaS diff --git a/hub/clusterprofiles/ace/dbaas-generic.yaml b/hub/clusterprofiles/ace/dbaas-generic.yaml index f06bef7e1..d8b63ca68 100644 --- a/hub/clusterprofiles/ace/dbaas-generic.yaml +++ b/hub/clusterprofiles/ace/dbaas-generic.yaml @@ -12,4 +12,7 @@ spec: - kubedb - kubedb-opscenter - kubedb-ui-presets + opscenter-tools: + - sidekick + - supervisor title: Generic DBaaS diff --git a/hub/clusterprofiles/ace/dbaas-gke.yaml b/hub/clusterprofiles/ace/dbaas-gke.yaml index 1e521c5c8..41f1c8680 100644 --- a/hub/clusterprofiles/ace/dbaas-gke.yaml +++ b/hub/clusterprofiles/ace/dbaas-gke.yaml @@ -18,4 +18,7 @@ spec: - kubedb - kubedb-opscenter - kubedb-ui-presets + opscenter-tools: + - sidekick + - supervisor title: Google Cloud DBaaS