Skip to content

Commit 789410f

Browse files
committed
some test files
1 parent eaa8c59 commit 789410f

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

charts/retool/ci/kubeconform/telemetry-enabled-full-values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ replicaCount: 1
5050

5151
persistentVolumeClaim:
5252
size: '3Gi'
53+
54+
securityContext:
55+
enabled: true
56+
allowPrivilegeEscalation: false
57+
runAsUser: 1000
58+
fsGroup: 2000
5359
# ================================================
5460

5561
# === New telemetry stuff ===
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# default security context
2+
securityContext:
3+
enabled: true
4+
allowPrivilegeEscalation: false
5+
runAsUser: 10
6+
fsGroup: 20
7+
extraSecurityContext:
8+
supplementalGroups: [4000]
9+
supplementalGroupsPolicy: Strict
10+
runAsNonRoot: true

0 commit comments

Comments
 (0)