minor fixes

pull/1/head
Michael Jerger 3 months ago
parent a68ff0bd14
commit 6b79f2599d

@ -77,9 +77,9 @@
[simple-ingress-config simple-ingress?]
(let [{:keys [service-name]} simple-ingress-config
config (merge {:app-name service-name
:ingress-name service-name
:cert-name service-name}
ingress-defaults
simple-ingress-config)]
:ingress-name service-name
:cert-name service-name}
ingress-defaults
simple-ingress-config)]
[(generate-certificate config)
(generate-ingress config)]))

@ -15,7 +15,7 @@
(defn postgres-image?
[input]
(contains? #{"postgres:13" "postgres:14"} input))
(contains? #{"postgres:13" "postgres:14" "postgres:15" "postgres:16"} input))
(s/def ::postgres-db-user cp/bash-env-string?)
(s/def ::postgres-db-password cp/bash-env-string?)

Loading…
Cancel
Save