Add support for hetzner-csi for PVC
This commit is contained in:
parent
b11f3edd61
commit
b4eb47d584
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue