Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

use non-root user: currently the /etc/kubernetes need root permissions #34

Open
github-actions bot opened this issue May 19, 2022 · 0 comments
Open
Labels
Milestone

Comments

@github-actions
Copy link

use non-root user: currently the /etc/kubernetes need root permissions

RunAsUser: pointer.Int64Ptr(0),

// TODO use non-root user: currently the /etc/kubernetes need root permissions

							SecurityContext: &corev1.SecurityContext{
								Privileged: pointer.BoolPtr(true),
								// TODO use non-root user: currently the /etc/kubernetes need root permissions
								// RunAsUser: pointer.Int64Ptr(0),
							},
							VolumeMounts: []corev1.VolumeMount{
								{

2cdaccdec792eca7c2ebda6c296d62304b23d60b

@github-actions github-actions bot added the todo label May 19, 2022
@pacoxu pacoxu added this to the v0.2 milestone May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant