I try to deploy the rockoon operator via the helm chart in an hardened K8S cluster. I tuned the securityContext to align the hardening requirements but they are the 2 following initContainers missing from the values.yaml
- remove-legacy-finalizer
- rename-octavia-certs-secret
We need to expose the securityContext for these 2 initContainers to be able to tune the securityContext settings.
I try to deploy the rockoon operator via the helm chart in an hardened K8S cluster. I tuned the securityContext to align the hardening requirements but they are the 2 following initContainers missing from the
values.yamlWe need to expose the securityContext for these 2 initContainers to be able to tune the securityContext settings.