quarkus-operator-sdk
quarkus-operator-sdk copied to clipboard
Allow to configure the pod security settings for the operator's pod
More context in https://www.redhat.com/en/blog/kubernetes-operators-good-security-practices
According to my experience, the operator permissions are not driven by the operator-sdk, but based on the role/cluster role. Therefore, the operator itself cannot control the permissions of k8s.
I wonder if my understanding is correct.