Update function name
This commit is contained in:
parent
7dc0cc68f1
commit
ff38e1ca2d
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
(def auth? (s/keys :req-un [::user-name ::user-password]))
|
(def auth? (s/keys :req-un [::user-name ::user-password]))
|
||||||
|
|
||||||
|
|
||||||
(defn replace-values-in-vector
|
(defn replace-values-in-map
|
||||||
[map keys value]
|
[map keys value]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
{:host fqdn
|
{:host fqdn
|
||||||
:http {:paths [{:backend {:serviceName "another_keycloak"
|
:http {:paths [{:backend {:serviceName "another_keycloak"
|
||||||
:servicePort 8081}}]}}]))]
|
:servicePort 8081}}]}}]))]
|
||||||
(is (= desired-result (cut/replace-values-in-vector ingress-yaml [:spec :rules :host] fqdn))))
|
(is (= desired-result (cut/replace-values-in-map ingress-yaml [:spec :rules :host] fqdn))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue