fix(guacd): rootfs writable (#3121)

This commit is contained in:
Stavros Kois
2022-07-10 15:25:42 +03:00
committed by GitHub
parent 0c4b419a52
commit bc52d9359e
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: guacd
version: 2.0.10
version: 2.0.11
appVersion: "1.4.0"
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
type: application

View File

@@ -192,7 +192,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:

View File

@@ -3,6 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000