Skip to content

Commit 3d63f83

Browse files
committed
fix: Temporarily hard-code supported PC version for Nutanix CSI
1 parent 9e08ff9 commit 3d63f83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/csi/nutanix/manifests/helm-addon-installation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ data:
2424
- effect: NoSchedule
2525
key: node-role.kubernetes.io/control-plane
2626
operator: Exists
27+
28+
# TODO Remove this once the Nutanix 3.0 CSI driver is GA.
29+
supportedPCVersions: master,fraser-2024.1-stable-pc-0,fraser-2023.4-stable-pc-0,fraser-2024.1-stable-pc-0.1
2730
{{- end -}}

0 commit comments

Comments
 (0)