k6-operator icon indicating copy to clipboard operation
k6-operator copied to clipboard

Helm: add configuring securityContext for the operator deployment

Open MohanedSaad opened this issue 9 months ago • 1 comments

Feature Description

We have recently implemented a seccomp profile on all of our apps which involves injecting the below code snippet in the securityContext block in either the values.yaml file or the deployment manifest. However when attempting to do this for k6-operator (which we deploy via the helm chart) it appears that one can't overwrite the securityContext and it seems to return the defaulted securityContext {}. Anyone faced the same issue before?

securityContext
  seccompProfile:
    type: RuntimeDefault  

Suggested Solution (optional)

Ability to overwrite the securityContext default config.

Already existing or connected issues / PRs (optional)

No response

MohanedSaad avatar May 13 '24 15:05 MohanedSaad