diff --git a/argocd-helm-charts/capi-cluster/charts/aws/templates/MachineHealthCheck.yaml b/argocd-helm-charts/capi-cluster/charts/aws/templates/MachineHealthCheck.yaml index 18f7f532..0ae849be 100644 --- a/argocd-helm-charts/capi-cluster/charts/aws/templates/MachineHealthCheck.yaml +++ b/argocd-helm-charts/capi-cluster/charts/aws/templates/MachineHealthCheck.yaml @@ -7,7 +7,8 @@ spec: maxUnhealthy: 100% selector: matchLabels: - cluster.x-k8s.io/control-plane: {{ .Values.global.clusterName }}-control-plane + cluster.x-k8s.io/cluster-name: {{ .Values.global.clusterName }} + cluster.x-k8s.io/control-plane: "" unhealthyConditions: - type: Ready status: Unknown