The description of the container configuration data SHOULD be versioned.
OpenShift only maintains the current version of the configuration. It is therefore recommended to use GitOps, in which the configuration is transferred from a git repository to the OpenShift cluster. OpenShift includes OpenShift GitOps (based on the community project ArgoCD), which supports easy implementation of a GitOps-based administration concept.
Changes SHOULD be clearly documented.
With a GitOps approach, all changes are documented in git.