chore(apps): move envTpl to env (#1578)

This commit is contained in:
Stavros Kois
2021-12-19 23:53:28 +01:00
committed by GitHub
parent 8825239904
commit 6a4a9dd5ee
23 changed files with 19 additions and 72 deletions
+1 -4
View File
@@ -32,15 +32,12 @@ service:
port: 10056
targetPort: 5900
# All values here are set as the docker defaults.
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
secret:
VNC_PASSWORD: ""
env:
# Permissions Settings
PUID: 568
USER_ID: "{{ .Values.env.PUID }}"
# General Settings
KEEP_APP_RUNNING: 0
CLEAN_TMP_DIR: 1