We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44f8cf commit 262101fCopy full SHA for 262101f
1 file changed
stackgres-k8s/e2e/envs/kind
@@ -467,7 +467,7 @@ EOF
467
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.31 ] \
468
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.32 ]
469
then
470
- CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.28"
+ CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.30"
471
fi
472
cat << 'EOF' > "$CSI_DRIVER_HOST_PATH_PATH/kubectlw"
473
set -e
0 commit comments