From c62871b446e5312d5ee8ec7683de84e2fd3c66fb Mon Sep 17 00:00:00 2001 From: falltrades Date: Sat, 6 Sep 2025 11:18:00 +0200 Subject: [PATCH] fix: :wrench: subchart values omit --- .../templates/cloudnativepg/values/10-platform.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %}