smb operator stuff
This commit is contained in:
parent
2fd09825e5
commit
db09763cef
|
|
@ -7,3 +7,4 @@ resources:
|
|||
- certmanager
|
||||
- velero
|
||||
- databases
|
||||
- smb-csi-driver
|
||||
|
|
|
|||
16
infrastructure/smb-csi-driver/helmrelease.yaml
Normal file
16
infrastructure/smb-csi-driver/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: csi-driver-smb
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 15m
|
||||
releaseName: csi-driver-smb
|
||||
chart:
|
||||
spec:
|
||||
chart: csi-driver-smb
|
||||
version: "*"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: velero
|
||||
namespace: flux-system
|
||||
4
infrastructure/smb-csi-driver/kustomization.yaml
Normal file
4
infrastructure/smb-csi-driver/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
|
|
@ -9,3 +9,4 @@ resources:
|
|||
- vmware-tanzu.yaml
|
||||
- cloudnative-pg.yaml
|
||||
- mariadb-operator.yaml
|
||||
- smb-driver.yaml
|
||||
|
|
|
|||
8
infrastructure/sources/smb-driver.yaml
Normal file
8
infrastructure/sources/smb-driver.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: csi-driver-smb
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
url: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
Loading…
Reference in a new issue