Fixed fqdn in pod

This commit is contained in:
Clemens Geibel 2021-07-02 17:08:45 +02:00
parent 686b20aa56
commit 8866126aaf
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1 +1 @@
{:fqdn "keycloak.test.meissa-gmbh.de"}
{:fqdn "jira-neu.prod.meissa-gmbh.de"}