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