add csi-s3
This commit is contained in:
31
infrastructure/csi-s3/csi-s3.yaml
Normal file
31
infrastructure/csi-s3/csi-s3.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user