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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user