Skip to content

Commit f74644c

Browse files
committed
install csi driver from helm/operator
1 parent b56654c commit f74644c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

weka-operator/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ helm upgrade --install weka-operator oci://quay.io/weka.io/helm/weka-operator \
2424
--version v1.7.0 \
2525
--set nodeAgent.persistencePaths=/root/k8s-weka \
2626
--set ocpCompatibility.hugepageConfiguration.enabled=true \
27-
--set ocpCompatibility.hugepageConfiguration.hugepagesCount=4000
27+
--set ocpCompatibility.hugepageConfiguration.hugepagesCount=4000 \
28+
--set csi.installationEnabled=true

0 commit comments

Comments
 (0)