mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 15:04:14 -03:00
fix(plex): init script quotes it automatically (#3598)
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
|
||||
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
||||
type: application
|
||||
version: 10.2.0
|
||||
version: 10.2.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -27,7 +27,7 @@ plex:
|
||||
|
||||
env:
|
||||
ADVERTISE_IP: "{{ tpl (.Values.plex.serverURL) .}}{{ tpl (.Values.plex.serverIngressURL) . }}{{ tpl (.Values.plex.serverIngressURLPort) . }}{{ with .Values.plex.additionalAdvertiseURL }},{{ . }}{{ end }}"
|
||||
PLEX_PREFERENCE_GDM: 'GdmEnabled="{{ ternary "0" "1" .Values.plex.disableGDM }}"'
|
||||
PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}'
|
||||
# User Defined
|
||||
ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
|
||||
PLEX_CLAIM: ""
|
||||
|
||||
Reference in New Issue
Block a user