use new fkt

This commit is contained in:
Michael Jerger 2024-05-31 16:48:33 +02:00
parent 4764d1db67
commit 5a3aca38cf

View file

@ -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?]