When I edit the image-registry Deployment (in the openshift-image-registry Namespace/Project), the modified fields are automatically reverted/rolled-back on Save.
My understanding is that Deployments control/manage some resources (i.e., ReplicaSets), but what Resource/CustomResource/CustomResourceDefinition controls/manages Deployments?
I'm unsure how to set a different securityContext > fsGroup for my image-registry pod because the Deployment changes I make are being reverted/rolled-back.