fixed pvc test name
This commit is contained in:
parent
48918d8d8c
commit
a470dbc5fc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
:hostPath {:path "xx"}}}
|
||||
(cut/generate-persistent-volume {:nextcloud-data-volume-path "xx"}))))
|
||||
|
||||
(deftest should-generate-persistent-volume-claim
|
||||
(deftest should-generate-pvc
|
||||
(is (= {:apiVersion "v1"
|
||||
:kind "PersistentVolumeClaim"
|
||||
:metadata {:name "cloud-pvc"
|
||||
|
|
Loading…
Reference in a new issue