Skip to content

Commit

Permalink
fix(csi-driver-nfs): inline the nfs storage class
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 30, 2024
1 parent 4218749 commit 408b91f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,18 @@ spec:
strategy: rollback
retries: 3
values:
feature:
enableFSGroupPolicy: true
storageClass:
create: true
name: nfs-slow
parameters:
server: expanse.internal
share: /eros/Kubernetes
mountOptions:
- nfsvers=4.2
- nconnect=8
- hard
- noatime
- rsize=131072
- wsize=131072
reclaimPolicy: Delete
volumeBindingMode: Immediate
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ./storageclass.yaml

This file was deleted.

0 comments on commit 408b91f

Please sign in to comment.