Update to modern config style
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
(ns k8s.add-ons.secret-replicator)
|
||||
|
||||
(def config
|
||||
{:stack [:chart]
|
||||
{:stack [:k8s:chart]
|
||||
:image-port 80
|
||||
:no-namespace true
|
||||
:app-namespace "kube-system"
|
||||
:app-name "kubernetes-replicator"
|
||||
:chart-opts {:fetchOpts {:repo "https://helm.mittwald.de"}}})
|
||||
:k8s:chart-opts {:fetchOpts {:repo "https://helm.mittwald.de"}}})
|
||||
Reference in New Issue
Block a user