Swap to our template design

This commit is contained in:
2025-10-14 05:00:08 -05:00
parent b375df2309
commit 8df71a30be

View File

@@ -275,23 +275,23 @@
:exec-fn execute-fn
:vault-load-yaml false
:chart-opts {:fetchOpts {:repo "https://openbao.github.io/openbao-helm"}
:transformations (fn [props opts]
:transformations [(fn [props opts]
(let [kind (:kind props)]
(if (= kind "StatefulSet")
{:props props
:opts (assoc opts :skipAwait true)}
{:props props
:opts opts})))
:helm-values-fn #(clj->js {:ui {:enabled true}
:server {:standalone {:enabled true}
:ha {:enabled false}
:dataStorage {:enabled true
:size "2Gi"
:storageClass "hcloud-volumes"}
:readinessProbe {:enabled true
:path "/v1/sys/health"}
:nodeSelector {:location "de"}}})}})
:opts opts})))]
:values {:ui {:enabled true}
:server {:standalone {:enabled true}
:ha {:enabled false}
:dataStorage {:enabled true
:size "2Gi"
:storageClass "hcloud-volumes"}
:readinessProbe {:enabled true
:path "/v1/sys/health"}
:nodeSelector {:location "de"}}}}})