fix duplicated ns

This commit is contained in:
Michael Jerger 2025-01-30 13:58:45 +01:00
parent ca770fb93d
commit a2fc8d5ab6
2 changed files with 8 additions and 5 deletions
src/main
cljs/dda/c4k_taiga
resources/taiga

View file

@ -12,16 +12,20 @@
(cm/concat-vec
(br/generate-group
"config"
(br/generate-text-area "config" "Your config.edn:" "{:fqdn \"taiga.your.domain\"
(br/generate-text-area
"config" "Your config.edn:"
"{:fqdn \"taiga.your.domain\"
:issuer \"staging\"
:restic-repository \"s3://yourbucket/your-repo\"
:mon-cfg {:cluster-name \"taiga\"
:cluster-stage \"test\"
:grafana-cloud-url \"https://prometheus-prod-01-eu-west-0.grafana.net/api/prom/push\"}}"
"6"))
"6"))
(br/generate-group
"auth"
(br/generate-text-area "auth" "Your auth.edn:" "{:postgres-db-user \"taiga\"
(br/generate-text-area
"auth" "Your auth.edn:"
"{:postgres-db-user \"taiga\"
:postgres-db-password \"db-password\"
:mailer-user \"mail[at]example.com\"
:mailer-pw \"change-me\"
@ -74,4 +78,4 @@
false)
(br/set-output!)))))
(add-validate-listener "config")
(add-validate-listener "authr"))
(add-validate-listener "auth"))

View file

@ -6,7 +6,6 @@ metadata:
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-events-rabbitmq
namespace: taiga
spec:
type: ClusterIP
selector: