Skip to content

Commit

Permalink
Removing this as changing the state file directory is going to lose t…
Browse files Browse the repository at this point in the history
…rack of all state files and mounts which already exists.
  • Loading branch information
mskanth972 committed Jun 8, 2023
1 parent de1b767 commit de97264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/templates/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
type: Directory
- name: efs-state-dir
hostPath:
path: /var/run/efs-csi-driver
path: /var/run/efs
type: DirectoryOrCreate
- name: efs-utils-config
hostPath:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
type: Directory
- name: efs-state-dir
hostPath:
path: /var/run/efs-csi-driver
path: /var/run/efs
type: DirectoryOrCreate
- name: efs-utils-config
hostPath:
Expand Down

0 comments on commit de97264

Please sign in to comment.