Skip to content

Commit

Permalink
allow registrar to write to /csi/csi.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
oriyarde committed Dec 7, 2020
1 parent 07dabe4 commit 145f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/ibmblockcsi/syncer/csi_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (s *csiNodeSyncer) ensureContainersSpec() []corev1.Container {
Privileged: boolptr.False(),
RunAsUser: &nonRootUserID,
RunAsNonRoot: boolptr.True(),
ReadOnlyRootFilesystem: boolptr.True(),
ReadOnlyRootFilesystem: boolptr.False(),
AllowPrivilegeEscalation: boolptr.False(),
}
fillSecurityContextCapabilities(registrar.SecurityContext)
Expand Down

0 comments on commit 145f224

Please sign in to comment.