Skip to content

Commit

Permalink
Set TES global managed identity to be the deployed TES MI (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
BMurri committed Oct 4, 2023
1 parent cf39c62 commit 2432358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: BatchNodes__GlobalStartTask
value: {{ .Values.config.batchNodes.globalStartTask }}
- name: BatchNodes__GlobalManagedIdentity
value: {{ .Values.config.batchNodes.globalManagedIdentity }}
value: {{ .Values.identity.resourceId }}
- name: BatchScheduling__UsePreemptibleVmsOnly
value: {{ .Values.config.batchScheduling.usePreemptibleVmsOnly | quote}}
- name: BatchScheduling__UseLegacyAutopools
Expand Down
1 change: 0 additions & 1 deletion src/deploy-tes-on-azure/scripts/helm/values-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ config:
subnetId: RUNTIME_PARAMETER
disablePublicIpAddress: RUNTIME_PARAMETER
globalStartTask: /configuration/start-task.sh
globalManagedIdentity:
batchScheduling:
usePreemptibleVmsOnly: RUNTIME_PARAMETER
useLegacyAutopools: "False"
Expand Down

0 comments on commit 2432358

Please sign in to comment.