diff --git a/iac/src/main/infra/openbao.cljs b/iac/src/main/infra/openbao.cljs index 43c4d1c..e995175 100644 --- a/iac/src/main/infra/openbao.cljs +++ b/iac/src/main/infra/openbao.cljs @@ -269,12 +269,12 @@ (def config - {:stack [:namespace :chart :execute] + {:stack [:k8s:namespace :k8s:chart :generic:execute] :app-namespace "vault" :app-name "openbao" :exec-fn execute-fn :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] (let [kind (:kind props)] (if (= kind "StatefulSet")