From d149fb6bd79554d300b9aaf7ec5d8ace6f8dee2e Mon Sep 17 00:00:00 2001 From: Christian Haller Date: Tue, 1 Sep 2020 13:44:32 +0200 Subject: [PATCH] [plex] Fix values reference for "customCertificateDomain" (#24) --- charts/plex/Chart.yaml | 2 +- charts/plex/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index 0b7283c8..ff30c88d 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.20.1.3252 description: Plex Media Server name: plex -version: 2.0.1 +version: 2.0.2 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/templates/deployment.yaml b/charts/plex/templates/deployment.yaml index 827a3db4..fac68856 100644 --- a/charts/plex/templates/deployment.yaml +++ b/charts/plex/templates/deployment.yaml @@ -188,7 +188,7 @@ spec: name: {{ .Values.certificate.pkcsMangler.pfxPassword.secretName }} key: {{ .Values.certificate.pkcsMangler.pfxPassword.passwordKey }} - name: "PKCSMANGLER_CUSTOMCERTDOMAIN" - value: "customCertificateDomain={{.Values.certificate.pkcsMangler.plexPreferences.customCertificateDomain}}" + value: "customCertificateDomain={{.Values.certificate.pkcsMangler.setPlexPreferences.customCertificateDomain}}" {{- end }} {{- end }} readinessProbe: