From 0778302142f6e79a4171a01fee1befedc39742e8 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 6 Nov 2025 06:33:22 -0600 Subject: [PATCH] add csi-s3 --- infrastructure/csi-s3/csi-s3.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 infrastructure/csi-s3/csi-s3.yaml diff --git a/infrastructure/csi-s3/csi-s3.yaml b/infrastructure/csi-s3/csi-s3.yaml new file mode 100644 index 0000000..4cad9a6 --- /dev/null +++ b/infrastructure/csi-s3/csi-s3.yaml @@ -0,0 +1,31 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + name: csi-s3 +--- +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: csi-s3 + namespace: csi-s3 +spec: + interval: 24h + url: https://yandex-cloud.github.io/k8s-csi-s3/charts +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: csi-s3 + namespace: csi-s3 +spec: + interval: 30m + chart: + spec: + chart: csi-s3 + version: "0.43.2" + sourceRef: + kind: HelmRepository + name: csi-s3 + namespace: csi-s3 + interval: 12h \ No newline at end of file