Add bootstrapping scripts and nix expressions
This commit is contained in:
13
bootstrap/charts/nfs-client-provisioner.yaml
Normal file
13
bootstrap/charts/nfs-client-provisioner.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
image:
|
||||
tag: latest
|
||||
storageClass:
|
||||
name: managed-nfs-storage
|
||||
defaultClass: true
|
||||
reclaimPolicy: Delete
|
||||
archiveOnDelete: true
|
||||
nfs:
|
||||
server: @fileserver@
|
||||
path: /@cluster@
|
||||
mountOptions:
|
||||
- nfsvers=4.1
|
||||
|
||||
Reference in New Issue
Block a user