chart-unifi_network_application: ensure examples in values are valid
This commit is contained in:
@ -69,9 +69,9 @@ podSecurityContext: {}
|
||||
extraEnv: {}
|
||||
# Settings for NFS running as nobody(65534):
|
||||
# - name: PUID
|
||||
# value: 65534
|
||||
# value: '65534'
|
||||
# - name: PGID
|
||||
# value: 65534
|
||||
# value: '65534'
|
||||
|
||||
mongodb:
|
||||
# -- image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo"
|
||||
@ -113,6 +113,6 @@ mongodb:
|
||||
extraEnv: {}
|
||||
# Settings for NFS running as nobody(65534):
|
||||
# - name: PUID
|
||||
# value: 65534
|
||||
# value: '65534'
|
||||
# - name: PGID
|
||||
# value: 65534
|
||||
# value: '65534'
|
||||
|
||||
Reference in New Issue
Block a user