Add csi-s3

This commit is contained in:
2025-10-07 22:34:46 -05:00
parent 85bc406040
commit f7b97eefac

View File

@@ -0,0 +1,7 @@
(ns k8s.add-ons.csi-driver.csi-s3)
(def config
{:stack [:namespace :vault-secrets :chart :ingress]
:app-namespace "csi-s3"
:app-name "kube-system"
:chart-repo "https://yandex-cloud.github.io/k8s-csi-s3"})