add back local cluster
This commit is contained in:
39
infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml
Normal file
39
infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
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
|
||||
values:
|
||||
secret:
|
||||
create: false
|
||||
storageClass:
|
||||
create: true
|
||||
images:
|
||||
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.0.0
|
||||
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
|
||||
Reference in New Issue
Block a user