Open
Description
The operator should add
securityContext:
seccompProfile:
type: RuntimeDefault
to the spec of created Pods in order to be compatible with the Restricted policy of Pod Security Standards (previous to Kubernetes 1.22 where the SeccompDefault
feature gate hits alpha).