From 5e91d2802797ededffacaf4d9086aeed260c5d91 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 10 Oct 2023 01:48:01 -0700 Subject: [PATCH] Fix cluster-autoscaler readiness labels Signed-off-by: Tamal Saha --- .../featuresets/dbaas-capa/cluster-autoscaler.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/cluster-autoscaler.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/cluster-autoscaler.yaml index cc27937d5..4f5ec92e9 100644 --- a/charts/opscenter-features/templates/featuresets/dbaas-capa/cluster-autoscaler.yaml +++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/cluster-autoscaler.yaml @@ -22,11 +22,11 @@ spec: version: v1 kind: Deployment selector: - app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: cluster-autoscaler + app.kubernetes.io/instance: cluster-autoscaler + app.kubernetes.io/name: clusterapi-cluster-autoscaler chart: name: cluster-autoscaler - namespace: capi-cluster + namespace: capi-system version: "9.29.0" sourceRef: kind: HelmRepository