Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove runAsUser & runAsGroup on Openshift #3414

Closed
smuda opened this issue Apr 13, 2024 · 0 comments · Fixed by #3415
Closed

Remove runAsUser & runAsGroup on Openshift #3414

smuda opened this issue Apr 13, 2024 · 0 comments · Fixed by #3415
Assignees
Labels
enhancement New feature or request status: in-review

Comments

@smuda
Copy link
Contributor

smuda commented Apr 13, 2024

Openshift has it's own user management where each namespace ("project") is given a unique range of user UIDs to use, for example 1000730000 to 1000739999. Since that's non-static, Openshift automatically assigns runAsUser and runAsGroup during installation, which requires that runAsUser and runAsGroup is not set in the manifest.

In the keptn helm chart runAsUser and runAsGroup is specifically set and currently cannot be removed.

I'd like to be able to remove runAsUser and runAsGroup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status: in-review
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants