feat(apps): move user/pass/secrets/keys from env to secret (#1501)
* feat(apps): move user/pass/secrets/keys from `env` to `secret` * uptimerobot-prometheus * podgrab * grafana * nextcloud * openldap, also fix some variable types * healthchecks * onlyoffice * transmission * fix variable type (stash) * handbrake (also fix some variable types) * jd2 (also fix some var values * whoops * try this * bump major * fix calibre var type * fix var types on 2 apps * add placeholders on questions and set `private: true` on passwords/tokens/secrets
This commit is contained in:
@@ -36,17 +36,18 @@ service:
|
||||
envTpl:
|
||||
# Permissions Settings
|
||||
USER_ID: "{{ .Values.env.PUID }}"
|
||||
secret:
|
||||
VNC_PASSWORD: ""
|
||||
env:
|
||||
# Permissions Settings
|
||||
PUID: 568
|
||||
# General Settings
|
||||
KEEP_APP_RUNNING: "0"
|
||||
CLEAN_TMP_DIR: "1"
|
||||
KEEP_APP_RUNNING: 0
|
||||
CLEAN_TMP_DIR: 1
|
||||
# GUI Settings
|
||||
DISPLAY_WIDTH: "1280"
|
||||
DISPLAY_HEIGHT: "768"
|
||||
SECURE_CONNECTION: "0"
|
||||
VNC_PASSWORD: ""
|
||||
DISPLAY_WIDTH: 1280
|
||||
DISPLAY_HEIGHT: 768
|
||||
SECURE_CONNECTION: 0
|
||||
|
||||
persistence:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user