fix(plex): init script quotes it automatically (#3598)

This commit is contained in:
Stavros Kois
2022-08-28 00:06:04 +03:00
committed by GitHub
parent 3675a53052
commit b1912a37a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: ""