Skip to content

Commit 90a4ae2

Browse files
committed
fmt fix
Signed-off-by: Ambika Nair <[email protected]>
1 parent 9bebbd1 commit 90a4ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/syncer/csi_node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (s *csiNodeSyncer) ensureContainersSpec() []corev1.Container {
129129
nodePlugin.SecurityContext = &corev1.SecurityContext{
130130
RunAsNonRoot: util.False(),
131131
Privileged: util.True(),
132-
RunAsUser: func(uid int64) *int64 { return &uid }(0),
132+
RunAsUser: func(uid int64) *int64 { return &uid }(0),
133133
}
134134
fillSecurityContextCapabilities(
135135
nodePlugin.SecurityContext,

0 commit comments

Comments
 (0)