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
Hi! I see that security context is partly supported
retool-helm/charts/retool/values.yaml
Line 535 in 2409ebd
But we have a broader need to support more details
apiVersion: apps/v1 kind: Deployment spec: template: spec: securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: - name: mypod securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL
I dont want to mess to much with the code here, so beginning with a PR and hopefully its a quick fix :D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I see that security context is partly supported
retool-helm/charts/retool/values.yaml
Line 535 in 2409ebd
But we have a broader need to support more details
I dont want to mess to much with the code here, so beginning with a PR and hopefully its a quick fix :D
The text was updated successfully, but these errors were encountered: