Skip to content
Snippets Groups Projects
Verified Commit cf1ade25 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add nfs provisioner to k8s

parent 110d5143
No related branches found
No related tags found
No related merge requests found
```
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
helm repo update
helm install -f values.yaml -n nfs --create-namespace nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
```
\ No newline at end of file
nfs:
server: 192.168.96.1
path: /z-one/nfs-share
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment