From e6fa250bc1e88ee46c96b38d0f30de2a9d654b7e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 13 Jan 2025 22:20:15 -0600 Subject: [PATCH] remove user config --- clusters/cl01tl/applications/penpot/templates/config-map.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/clusters/cl01tl/applications/penpot/templates/config-map.yaml b/clusters/cl01tl/applications/penpot/templates/config-map.yaml index d3e89abd1..0c5467f57 100644 --- a/clusters/cl01tl/applications/penpot/templates/config-map.yaml +++ b/clusters/cl01tl/applications/penpot/templates/config-map.yaml @@ -11,7 +11,6 @@ metadata: app.kubernetes.io/part-of: {{ .Release.Name }} data: nginx.conf: | - user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf;