Swap to our template design

This commit is contained in:
2025-10-14 05:00:01 -05:00
parent 115e9b7ce0
commit b375df2309

View File

@@ -11,6 +11,6 @@
:namespace "kube-system"}
:stringData {:token (-> cfg :hcloudToken)}}
:chart-opts {:fetchOpts {:repo "https://charts.hetzner.cloud"}
:helm-values-fn #(clj->js {:controller {:enabled false
:existingSecret {:name "hcloud-csi-secret"}
:node {:existingSecret {:name "hcloud-csi-secret"}}}})}})
:values {:controller {:enabled false
:existingSecret {:name "hcloud-csi-secret"}
:node {:existingSecret {:name "hcloud-csi-secret"}}}}}})