Skip to content

Commit

Permalink
CAS azure e2e: add namespace to all resources in CAPZ template
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jul 15, 2024
1 parent 3a1c5b9 commit e812f41
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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:
Expand Down

0 comments on commit e812f41

Please sign in to comment.