Swap Openbao to use the modern config style
This commit is contained in:
@@ -269,12 +269,12 @@
|
|||||||
|
|
||||||
|
|
||||||
(def config
|
(def config
|
||||||
{:stack [:namespace :chart :execute]
|
{:stack [:k8s:namespace :k8s:chart :generic:execute]
|
||||||
:app-namespace "vault"
|
:app-namespace "vault"
|
||||||
:app-name "openbao"
|
:app-name "openbao"
|
||||||
:exec-fn execute-fn
|
:exec-fn execute-fn
|
||||||
:vault-load-yaml false
|
:vault-load-yaml false
|
||||||
:chart-opts {:fetchOpts {:repo "https://openbao.github.io/openbao-helm"}
|
:k8s:chart-opts {:fetchOpts {:repo "https://openbao.github.io/openbao-helm"}
|
||||||
:transformations [(fn [props opts]
|
:transformations [(fn [props opts]
|
||||||
(let [kind (:kind props)]
|
(let [kind (:kind props)]
|
||||||
(if (= kind "StatefulSet")
|
(if (= kind "StatefulSet")
|
||||||
|
|||||||
Reference in New Issue
Block a user