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
A user reported permission issues when running on EKS. See screenshot below for details.
No permission issues
POSTEE_DEBUG=true
No response
EKS cluster 1.20 version Deployed using helm chart with FluxCD 0.33.0
The text was updated successfully, but these errors were encountered:
Fixed by adding podSecurityContext: fsGroup: 1099 It should be activated by default https://github.com/aquasecurity/postee/blob/main/deploy/helm/postee/values.yaml#L37-L46
podSecurityContext: fsGroup: 1099 securityContext: runAsUser: 1099 runAsGroup: 1099
Sorry, something went wrong.
Fixed by adding podSecurityContext: fsGroup: 1099 It should be activated by default https://github.com/aquasecurity/postee/blob/main/deploy/helm/postee/values.yaml#L37-L46 podSecurityContext: fsGroup: 1099 securityContext: runAsUser: 1099 runAsGroup: 1099
thanks for looking into this @grglzrv - are you suggesting the values should be set to default as the following?
yes
No branches or pull requests
Description
A user reported permission issues when running on EKS. See screenshot below for details.
What did you expect to happen?
No permission issues
What happened instead?
Output of run with
POSTEE_DEBUG=true
:No response
Additional details (environment setup, networking info...):
EKS cluster 1.20 version
Deployed using helm chart with FluxCD 0.33.0
The text was updated successfully, but these errors were encountered: