swap to our more dynamic map passing
This commit is contained in:
@@ -272,6 +272,16 @@
|
||||
{:stack [:namespace :chart :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"}
|
||||
: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}
|
||||
@@ -281,17 +291,7 @@
|
||||
|
||||
:readinessProbe {:enabled true
|
||||
:path "/v1/sys/health"}
|
||||
:nodeSelector {:location "de"}}})
|
||||
:exec-fn execute-fn
|
||||
:vault-load-yaml false
|
||||
:chart-repo "https://openbao.github.io/openbao-helm"
|
||||
:transformations (fn [props opts]
|
||||
(let [kind (:kind props)]
|
||||
(if (= kind "StatefulSet")
|
||||
{:props props
|
||||
:opts (assoc opts :skipAwait true)}
|
||||
{:props props
|
||||
:opts opts})))})
|
||||
:nodeSelector {:location "de"}}})}})
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user