Fixed fqdn in pod
This commit is contained in:
parent
686b20aa56
commit
8866126aaf
2 changed files with 2 additions and 2 deletions
|
@ -48,4 +48,4 @@
|
|||
(defn generate-pod [config]
|
||||
(let [{:keys [fqdn db-user-name db-user-password]} config]
|
||||
(-> (yaml/from-string (yaml/load-resource "jira/pod.yaml"))
|
||||
(assoc-in [:spec :containers :args] [fqdn, db-user-name, db-user-password]))))
|
||||
(assoc-in [:spec :containers 0 :args] [fqdn, db-user-name, db-user-password]))))
|
||||
|
|
|
@ -1 +1 @@
|
|||
{:fqdn "keycloak.test.meissa-gmbh.de"}
|
||||
{:fqdn "jira-neu.prod.meissa-gmbh.de"}
|
Reference in a new issue