use new fkt
This commit is contained in:
parent
4764d1db67
commit
5a3aca38cf
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
[config config?]
|
||||
(let [{:keys [fqdn]} config]
|
||||
(-> (yaml/load-as-edn "nextcloud/deployment.yaml")
|
||||
(cm/replace-all-matching-values-by-new-value "fqdn" fqdn))))
|
||||
(cm/replace-all-matching "fqdn" fqdn))))
|
||||
|
||||
(defn-spec generate-ingress-and-cert cp/map-or-seq?
|
||||
[config config?]
|
||||
|
|
Loading…
Reference in a new issue