Compare commits
3 commits
74beafdcfe
...
ad82277e96
Author | SHA1 | Date | |
---|---|---|---|
ad82277e96 | |||
05039420bd | |||
d59f40a961 |
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
:dependencies [[org.clojure/tools.cli "1.1.230"]
|
||||
[ch.qos.logback/logback-classic "1.5.6"
|
||||
:exclusions [com.sun.mail/javax.mail]]
|
||||
[org.slf4j/jcl-over-slf4j "2.0.14"]
|
||||
[org.slf4j/jcl-over-slf4j "2.0.15"]
|
||||
[com.github.clj-easy/graal-build-time "1.0.5"]]}}
|
||||
:release-tasks [["test"]
|
||||
["vcs" "assert-committed"]
|
||||
|
|
|
@ -54,4 +54,4 @@
|
|||
(postgres/generate-auth config auth)
|
||||
[(kc/generate-secret config auth)]
|
||||
(when (and (contains? auth :mon-auth) (contains? config :mon-cfg))
|
||||
(mon/generate-auth (:mon-config config) (:mon-auth auth)))))))
|
||||
(mon/generate-auth (:mon-cfg config) (:mon-auth auth)))))))
|
||||
|
|
|
@ -60,5 +60,5 @@
|
|||
(->
|
||||
(yaml/load-as-edn "keycloak/deployment.yaml")
|
||||
(cm/replace-all-matching "NAMESPACE" namespace)
|
||||
(cm/replace-all-matching-values-by-new-value "FQDN" fqdn))))
|
||||
(cm/replace-all-matching "FQDN" fqdn))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue