This message was deleted.
# neuvector_suse-security
a
This message was deleted.
s
@abundant-apple-86556 May I know from which version did you upgrade to 5.4.5 and what is the deployment method? We just tried 5.4.5 on k3d, it worked for us.
a
I just figured out our issue - it was actually related to the helm chart update that we pulled in at the same time. Our helm values previously had
enforcer.securityContext
set incorrectly, but it wasn't actually being used by the chart. As a result of this PR those values are now getting used, so we had to fix to run with the proper security context. Took a bit to trace down but noticed in the logs that it was saying
sysctl: permission denied on key
, and resolving that got it running as expected.
👍 1