From 5d3a0db18e6fea21ef35b6e9287ab89ac4b9b96a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 2 Jul 2024 16:29:29 -0500 Subject: [PATCH] change command --- clusters/cl01tl/storage/pgadmin/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/storage/pgadmin/values.yaml b/clusters/cl01tl/storage/pgadmin/values.yaml index b7429ec33..56eba7b55 100644 --- a/clusters/cl01tl/storage/pgadmin/values.yaml +++ b/clusters/cl01tl/storage/pgadmin/values.yaml @@ -13,15 +13,15 @@ pgadmin4: tag: "8.9" pullPolicy: IfNotPresent command: - - /bin/chown -R - - 5050:5050 - - /var/lib/pgadmin + - /bin/chown -R 5050:5050 /var/lib/pgadmin resources: requests: cpu: 100m memory: 128Mi containers: main: + securityContext: + runAsUser: 5050 image: repository: dpage/pgadmin4 tag: "8.9"