chart-unifi_network_application: ensure examples in values are valid

This commit is contained in:
2024-08-26 00:06:25 +02:00
parent b196bf7964
commit 18d0ae563c

View File

@ -69,9 +69,9 @@ podSecurityContext: {}
extraEnv: {} extraEnv: {}
# Settings for NFS running as nobody(65534): # Settings for NFS running as nobody(65534):
# - name: PUID # - name: PUID
# value: 65534 # value: '65534'
# - name: PGID # - name: PGID
# value: 65534 # 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"
@ -113,6 +113,6 @@ mongodb:
extraEnv: {} extraEnv: {}
# Settings for NFS running as nobody(65534): # Settings for NFS running as nobody(65534):
# - name: PUID # - name: PUID
# value: 65534 # value: '65534'
# - name: PGID # - name: PGID
# value: 65534 # value: '65534'