fix(openvscode): Use CONNECTION_TOKEN on portal button (#1666)

* fix(openvscode): Use `CONNECTION_TOKEN` on portal button

* adjust env's

* bump

* correct reference
This commit is contained in:
Stavros Kois
2022-02-08 13:28:12 +01:00
committed by GitHub
parent b850a260ac
commit 31746f46e3
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: openvscode-server name: openvscode-server
version: 0.0.22 version: 0.0.23
appVersion: "1.63.2" appVersion: "1.63.2"
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
type: application type: application
+4 -2
View File
@@ -3,6 +3,9 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.63.2 tag: v1.63.2
portal:
path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}"
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
@@ -12,8 +15,7 @@ podSecurityContext:
runAsGroup: 0 runAsGroup: 0
secret: secret:
# CONNECTION_TOKEN: "" (Optional) CONNECTION_TOKEN: "somerandomstring"
# SUDO_PASSWORD: "" (Optional)
env: env:
PUID: 568 PUID: 568