--- 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