From f1e329c458c48530da36dd1c6b38b7548116bd65 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 15 Jul 2020 13:27:08 -0400 Subject: [PATCH] Ensure Non-root user is running all processes Issue-ID: AAI-2822 Signed-off-by: wr148d Change-Id: I7bb2900fb3521a43f883bf442aec3ff349493b03 --- resources/config/haproxy/haproxy.cfg | 2 -- values.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/config/haproxy/haproxy.cfg b/resources/config/haproxy/haproxy.cfg index f84d0f7..4606a42 100644 --- a/resources/config/haproxy/haproxy.cfg +++ b/resources/config/haproxy/haproxy.cfg @@ -16,8 +16,6 @@ global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s - user root - group root daemon ################################# # Default SSL material locations# diff --git a/values.yaml b/values.yaml index 8b0efe2..4b17500 100644 --- a/values.yaml +++ b/values.yaml @@ -297,7 +297,7 @@ global: # global defaults # application image dockerhubRepository: registry.hub.docker.com -image: aaionap/haproxy:1.4.0 +image: aaionap/haproxy:1.4.2 pullPolicy: Always flavor: small -- 2.16.6