Skip to content

Commit

Permalink
Fix secret namespace for CAPZ in E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed Aug 19, 2024
1 parent 2276e2e commit 0da1d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/data/capi-operator/capz-identity-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ stringData:
kind: Secret
metadata:
name: cluster-identity-secret
namespace: capz-system
type: Opaque
namespace: default
type: Opaque
1 change: 1 addition & 0 deletions test/e2e/data/cluster-templates/azure-aks-mmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
name: cluster-identity
location: southcentralus
resourceGroupName: "${CLUSTER_NAME}"
nodeResourceGroupName: "${CLUSTER_NAME}-nodes"
sshPublicKey: ""
subscriptionID: "${AZURE_SUBSCRIPTION_ID}"
version: "${KUBERNETES_VERSION}"
Expand Down

0 comments on commit 0da1d48

Please sign in to comment.