chart-unifi_network_application: fix extraEnv value usage

This commit is contained in:
2024-08-26 00:00:06 +02:00
parent 5c86431dd1
commit b196bf7964

View File

@ -68,8 +68,10 @@ podSecurityContext: {}
# -- set extra environment variables for the app # -- set extra environment variables for the app
extraEnv: {} extraEnv: {}
# Settings for NFS running as nobody(65534): # Settings for NFS running as nobody(65534):
# PUID: 65534 # - name: PUID
# PGID: 65534 # value: 65534
# - name: PGID
# value: 65534
mongodb: mongodb:
# -- image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo" # -- image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo"
@ -110,5 +112,7 @@ mongodb:
# -- set extra environment variables for the db # -- set extra environment variables for the db
extraEnv: {} extraEnv: {}
# Settings for NFS running as nobody(65534): # Settings for NFS running as nobody(65534):
# PUID: 65534 # - name: PUID
# PGID: 65534 # value: 65534
# - name: PGID
# value: 65534