diff --git a/roles/gitops/rendering-apps-files/templates/cloudnativepg/values/10-platform.j2 b/roles/gitops/rendering-apps-files/templates/cloudnativepg/values/10-platform.j2 index 3eae1623e..cf6c9c594 100644 --- a/roles/gitops/rendering-apps-files/templates/cloudnativepg/values/10-platform.j2 +++ b/roles/gitops/rendering-apps-files/templates/cloudnativepg/values/10-platform.j2 @@ -1,6 +1,4 @@ {% if dsc.global.platform == "openshift" %} cloudnativepg: - containerSecurityContext: - runAsUser: 1000957777 #null is not working with subchart - runAsGroup: 1000957777 + containerSecurityContext: false {% endif %}