From 49e9c12577537c3b422f153939c266cd00353fd0 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Fri, 14 Nov 2025 21:35:35 -0600 Subject: [PATCH] Swap Openbao to use the modern config style --- iac/src/main/infra/openbao.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")