Skip to content

Commit 0f4a73f

Browse files
committed
24.11.0 release
Signed-off-by: Anurag Guda <[email protected]>
1 parent 82ca87a commit 0f4a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/operators-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
shell: helm install --version {{ gpu_operator_version }} --values {{ ansible_user_dir }}/values.yaml --create-namespace --namespace nvidia-gpu-operator '{{ gpu_operator_helm_chart }}' --set driver.enabled=false --wait --generate-name
206206

207207
- name: Installing the GPU Operator on NVIDIA Cloud Native Stack
208-
when: "confidential_computing == false and enable_gpu_operator == true and cns_docker == tru and cns_nvidia_driver == true and enable_mig == false and enable_vgpu == false and enable_rdma == false and gpu_operator.rc >= 1 and ngc_registry_password == ''"
208+
when: "confidential_computing == false and enable_gpu_operator == true and cns_docker == true and cns_nvidia_driver == true and enable_mig == false and enable_vgpu == false and enable_rdma == false and gpu_operator.rc >= 1 and ngc_registry_password == ''"
209209
shell: helm install --version {{ gpu_operator_version }} --values {{ ansible_user_dir }}/values.yaml --create-namespace --namespace nvidia-gpu-operator '{{ gpu_operator_helm_chart }}' --set driver.enabled=false,toolkit.enabled=false --wait --generate-name
210210

211211
- name: Installing the GPU Operator with MIG on NVIDIA Cloud Native Stack

0 commit comments

Comments
 (0)