fix(guacd): allow rootfs access and remove portal (#1610)

This commit is contained in:
Stavros Kois
2021-12-25 12:27:11 +02:00
committed by GitHub
parent 4641b4c1c9
commit 39e55f95cb
3 changed files with 4 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: guacd
version: 0.0.7
version: 0.0.8
appVersion: "1.3.0"
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
type: application
+2 -25
View File
@@ -1,30 +1,7 @@
# Include{groups}
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
# Include{global}
- variable: controller
group: "Controller"
label: ""
@@ -214,7 +191,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0