Skip to content

Commit

Permalink
[WIP] testing Azure cluster-autoscaler e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jun 25, 2024
1 parent d599cb0 commit 569d304
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,13 @@ spec:
roleDefinitionReference:
# Contributor
armId: /subscriptions/${AZURE_SUBSCRIPTION_ID}/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c
---
apiVersion: v1
kind: Secret
metadata:
name: ${ASO_CREDENTIAL_SECRET_NAME}
stringData:
AZURE_SUBSCRIPTION_ID: ${AZURE_SUBSCRIPTION_ID}
AZURE_TENANT_ID: ${AZURE_TENANT_ID}
AZURE_CLIENT_ID: ${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY}
AUTH_MODE: ${ASO_CREDENTIAL_SECRET_MODE:-workloadidentity}

0 comments on commit 569d304

Please sign in to comment.