Skip to content

Commit

Permalink
fix: update ip for nas
Browse files Browse the repository at this point in the history
Changed ip to 10.0.0.15

Refs: #6
Signed-off-by: Wim de Groot <[email protected]>
  • Loading branch information
wim-de-groot committed Jun 26, 2024
1 parent 3963c5b commit d258548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/csi-driver-nfs/resources/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: nfs.csi.k8s.io
parameters:
server: 10.0.0.32
server: 10.0.0.15
share: /mnt/forty-five-forty-six-b/cluster
reclaimPolicy: Retain
volumeBindingMode: Immediate
Expand Down

0 comments on commit d258548

Please sign in to comment.