Remove unused variable
This commit is contained in:
parent
d6ab7c555a
commit
234c920c63
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@
|
|||
(s/def ::pvc-storage-class-name cp/pvc-storage-class-name?)
|
||||
(s/def ::pv-storage-size-gb pos?)
|
||||
|
||||
(def strong-config? (s/keys :req-un [::fqdn ::issuer ::pv-storage-size-gb
|
||||
::pvc-storage-class-name]
|
||||
:opt-un [::restic-repository]))
|
||||
|
||||
(def config? (s/keys :req-un [::fqdn]
|
||||
:opt-un [::issuer
|
||||
::restic-repository
|
||||
|
|
Loading…
Reference in a new issue