Common 4.0 App Refactor Part 8 - Ornias

This commit is contained in:
Stavros Kois
2021-05-23 18:26:29 +02:00
committed by kjeld Schouten-Lebbing
parent 69f3be4e6b
commit f8b79ac51a
47 changed files with 73 additions and 71 deletions
@@ -11,8 +11,8 @@ image:
envTpl:
# Permissions Settings
USER_ID: "{ { .env.PUID } }"
GROUP_ID: "{ { .env.PGID } }"
USER_ID: "{{ .Values.env.PUID }}"
GROUP_ID: "{{ .Values.env.PGID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart