Update to modern config style

This commit is contained in:
2025-11-16 13:10:10 -06:00
parent db09afe8c0
commit 557bfeb7fe

View File

@@ -1,9 +1,9 @@
(ns k8s.add-ons.secret-replicator) (ns k8s.add-ons.secret-replicator)
(def config (def config
{:stack [:chart] {:stack [:k8s:chart]
:image-port 80 :image-port 80
:no-namespace true :no-namespace true
:app-namespace "kube-system" :app-namespace "kube-system"
:app-name "kubernetes-replicator" :app-name "kubernetes-replicator"
:chart-opts {:fetchOpts {:repo "https://helm.mittwald.de"}}}) :k8s:chart-opts {:fetchOpts {:repo "https://helm.mittwald.de"}}})