chore(tailscale): default to rootless (#3509)

This commit is contained in:
Stavros Kois
2022-08-18 22:42:47 +03:00
committed by GitHub
parent 4064d7ecba
commit b62ebd1139
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
- https://hub.docker.com/r/tailscale/tailscale
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- network
+4 -4
View File
@@ -126,7 +126,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -136,7 +136,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: false
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
@@ -144,13 +144,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."