We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our company's internally managed k8s platform the policy runAsNonRoot is set and this causes the deployment to fail with
runAsNonRoot
Error: container has runAsNonRoot and image has non-numeric user (node), cannot verify user is non-root
After editing deployment.yaml and inserting this
deployment.yaml
securityContext: runAsUser: 1000 runAsGroup: 1000
in
hello-kubernetes/deploy/helm/hello-kubernetes/templates/deployment.yaml
Line 18 in c9d0a54
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In our company's internally managed k8s platform the policy
runAsNonRoot
is set and this causes the deployment to fail withAfter editing
deployment.yaml
and inserting thisin
hello-kubernetes/deploy/helm/hello-kubernetes/templates/deployment.yaml
Line 18 in c9d0a54
The text was updated successfully, but these errors were encountered: