From b4eb47d584f4c40ffbd8c0b8a085645815c5f933 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 17 May 2024 14:45:15 +0200 Subject: [PATCH] Add support for hetzner-csi for PVC --- src/main/cljc/dda/c4k_common/predicate.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_common/predicate.cljc b/src/main/cljc/dda/c4k_common/predicate.cljc index b6be693..9edd5e8 100644 --- a/src/main/cljc/dda/c4k_common/predicate.cljc +++ b/src/main/cljc/dda/c4k_common/predicate.cljc @@ -33,7 +33,7 @@ (defn pvc-storage-class-name? [input] - (contains? #{"manual" "local-path"} input)) + (contains? #{"manual" "local-path" "hcloud-volumes" "hcloud-volumes-encrypted"} input)) (defn port-number? [input]