Skip to content

Commit

Permalink
Add seLinuxMount to AWS EBS CSIDriver
Browse files Browse the repository at this point in the history
Restore `seLinuxMount: true` in AWS EBS CSIDriver instance that we lost
when moving to csi-operator repo.
  • Loading branch information
jsafrane committed Dec 18, 2023
1 parent 5264112 commit 001b4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/overlays/aws-ebs/base/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ spec:
fsGroupPolicy: File
requiresRepublish: false
storageCapacity: false
seLinuxMount: true
volumeLifecycleModes:
- Persistent
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
fsGroupPolicy: File
podInfoOnMount: false
requiresRepublish: false
seLinuxMount: true
storageCapacity: false
volumeLifecycleModes:
- Persistent
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
fsGroupPolicy: File
podInfoOnMount: false
requiresRepublish: false
seLinuxMount: true
storageCapacity: false
volumeLifecycleModes:
- Persistent

0 comments on commit 001b4c7

Please sign in to comment.