We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bebbd1 commit 90a4ae2Copy full SHA for 90a4ae2
controllers/syncer/csi_node.go
@@ -129,7 +129,7 @@ func (s *csiNodeSyncer) ensureContainersSpec() []corev1.Container {
129
nodePlugin.SecurityContext = &corev1.SecurityContext{
130
RunAsNonRoot: util.False(),
131
Privileged: util.True(),
132
- RunAsUser: func(uid int64) *int64 { return &uid }(0),
+ RunAsUser: func(uid int64) *int64 { return &uid }(0),
133
}
134
fillSecurityContextCapabilities(
135
nodePlugin.SecurityContext,
0 commit comments