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