From e812f4133f21811c14cd5e5d21a1712f2dd6ab51 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Mon, 15 Jul 2024 19:54:21 +0000 Subject: [PATCH] CAS azure e2e: add namespace to all resources in CAPZ template --- .../cluster-template-prow-aks-aso-cluster-autoscaler.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml index fc17628ee2bd..c32e2192f5bf 100644 --- a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml +++ b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml @@ -266,6 +266,7 @@ apiVersion: v1 kind: Secret metadata: name: ${ASO_CREDENTIAL_SECRET_NAME} + namespace: default stringData: AZURE_SUBSCRIPTION_ID: ${AZURE_SUBSCRIPTION_ID} AZURE_TENANT_ID: ${AZURE_TENANT_ID} @@ -276,6 +277,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: capz-${CLUSTER_NAME} + namespace: default labels: cluster.x-k8s.io/aggregate-to-capz-manager: "true" rules: