Skip to content

Commit

Permalink
fix(argocd): fix storageclass
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jan 1, 2024
1 parent ddf8d73 commit c5a7a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/objects/csi-driver-nfs/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
provisioner: nfs.csi.k8s.io
parameters:
server: n2p2
share: /mnt/k8s/prometheus
share: /mnt/k8s
subDir: prometheus
mountPermissions: '0777'
# csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume
# csi.storage.k8s.io/provisioner-secret-name: "mount-options"
Expand Down

0 comments on commit c5a7a6e

Please sign in to comment.