k6-operator
k6-operator copied to clipboard
Helm: add configuring securityContext for the operator deployment
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