Update tryItOut
Remove unused variable.
This commit is contained in:
parent
5767155813
commit
61565e4418
2 changed files with 1 additions and 1 deletions
BIN
doc/tryItOut.png
BIN
doc/tryItOut.png
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 43 KiB |
|
@ -102,7 +102,7 @@
|
|||
|
||||
(defn-spec generate-ingress pred/map-or-seq?
|
||||
[config config?]
|
||||
(let [{:keys [fqdn issuer]} config]
|
||||
(let [{:keys [fqdn]} config]
|
||||
(->
|
||||
(yaml/load-as-edn "gitea/ingress.yaml")
|
||||
(cm/replace-all-matching-values-by-new-value "FQDN" fqdn))))
|
||||
|
|
Loading…
Reference in a new issue