From c03c2d383b65af720abf04beafd0588e3fc63bdd Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 13 Jan 2023 16:21:29 +0200 Subject: [PATCH] add some default values that some scripts depend on --- library/common/1.0.0/values.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index 52853db372..9eeca518c2 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -208,6 +208,31 @@ global: backoffLimit: 6 completionMode: NonIndexed +# - Bellow values are needed (in addition to the default global) +# as those are being referenced on other values in values.yaml sometimes + +# Default podSecurityContext for main pod +podSecurityContext: + fsGroup: 568 + supplementalGroups: [] + fsGroupChangePolicy: OnRootMismatch +# Default Security values for main container +security: + PUID: 568 + UMASK: "002" +# Default securityContext for main container +securityContext: + runAsNonRoot: true + runAsUser: 568 + runAsGroup: 568 + readOnlyRootFilesystem: true + allowPrivilegeEscalation: false + privileged: false + capabilities: + add: [] + drop: + - ALL + nameOverride: "" fullnameOverride: ""