Skip to content

Commit

Permalink
Create gpu-provisioner helm values template
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
  • Loading branch information
helayoty authored May 3, 2024
1 parent a91d36a commit 6af61b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gpu-provisioner-values-template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

replicas: 1 # for better debugging experience
controller:
env:
# Azure client settings
- name: ARM_SUBSCRIPTION_ID
value: ${ARM_SUBSCRIPTION_ID}
- name: LOCATION
value: ${LOCATION}
- name: AZURE_CLUSTER_NAME
value: ${AZURE_CLUSTER_NAME}
- name: AZURE_NODE_RESOURCE_GROUP
value: ${AZURE_RESOURCE_GROUP_MC}
- name: ARM_RESOURCE_GROUP
value: ${ARM_RESOURCE_GROUP}
- name: LEADER_ELECT # disable leader election for better debugging experience
value: "false"
- name: E2E_TEST_MODE
value: "false"

workloadIdentity:
clientId: ${AZURE_CLIENT_ID}
tenantId: ${AZURE_TENANT_ID}

0 comments on commit 6af61b9

Please sign in to comment.