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 db27832 commit ad89c14Copy full SHA for ad89c14
1 file changed
stackgres-k8s/e2e/envs/kind
@@ -524,7 +524,8 @@ EOF
524
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.30 ] \
525
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.31 ] \
526
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.32 ] \
527
- || [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.33 ]
+ || [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.33 ] \
528
+ || [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.34 ]
529
then
530
CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.30"
531
fi
0 commit comments