Common 4.0 App Refactor Part 7 - Stavos

This commit is contained in:
Stavros Kois
2021-05-23 18:26:23 +02:00
committed by kjeld Schouten-Lebbing
parent ad4a2ae785
commit 69f3be4e6b
22 changed files with 89 additions and 139 deletions
@@ -9,6 +9,7 @@ image:
pullPolicy: IfNotPresent
tag: 2.4.1
# 5=tty 20=dialout 24=cdrom
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
@@ -473,18 +473,6 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "supplementalGroups"
description: "Additional groups this App needs access to"
schema:
type: list
default: []
items:
- variable: Group
label: "Group"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
+1
View File
@@ -10,6 +10,7 @@ image:
strategy:
type: Recreate
# 5=tty 20=dialout 24=cdrom
podSecurityContext:
runAsNonRoot: true
runAsUser: 568