From 37c8493270d0f8009535fb9067e2294b60861680 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 8 Dec 2020 04:46:01 +0500 Subject: [PATCH] Clean chart configuration --- test/plex/2.1.0/Chart.yaml | 4 ---- test/plex/2.1.0/questions.yaml | 1 - test/plex/2.1.0/templates/NOTES.txt | 2 +- test/plex/2.1.0/templates/deployment.yaml | 16 ---------------- 4 files changed, 1 insertion(+), 22 deletions(-) diff --git a/test/plex/2.1.0/Chart.yaml b/test/plex/2.1.0/Chart.yaml index 32815d2bef1..09ad0662cb9 100644 --- a/test/plex/2.1.0/Chart.yaml +++ b/test/plex/2.1.0/Chart.yaml @@ -8,8 +8,4 @@ keywords: home: https://plex.tv/ icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png sources: - - https://github.com/k8s-at-home/charts/tree/master/charts/plex - https://hub.docker.com/r/plexinc/pms-docker/ -maintainers: - - name: billimek - email: jeff@billimek.com diff --git a/test/plex/2.1.0/questions.yaml b/test/plex/2.1.0/questions.yaml index 043da8e5eaf..62e748adcd7 100644 --- a/test/plex/2.1.0/questions.yaml +++ b/test/plex/2.1.0/questions.yaml @@ -114,7 +114,6 @@ questions: type: boolean default: false - # TODO: Add timezone validation $ref - variable: timezone label: "Plex container timezone" group: "Plex Configuration" diff --git a/test/plex/2.1.0/templates/NOTES.txt b/test/plex/2.1.0/templates/NOTES.txt index 66f71247be2..f3d1e07cb14 100644 --- a/test/plex/2.1.0/templates/NOTES.txt +++ b/test/plex/2.1.0/templates/NOTES.txt @@ -1,3 +1,3 @@ 1. Get the application URL by running these commands: -https:node_ip:{{ .Values.plexServiceTCP.port }}/ +http://$node_ip:{{ .Values.plexServiceTCP.port }}/ diff --git a/test/plex/2.1.0/templates/deployment.yaml b/test/plex/2.1.0/templates/deployment.yaml index 714fcfae761..059ecbef276 100644 --- a/test/plex/2.1.0/templates/deployment.yaml +++ b/test/plex/2.1.0/templates/deployment.yaml @@ -76,31 +76,15 @@ spec: - name: "HTTPS_PROXY" value: "{{.Values.proxy.https}}" {{- end }} - {{- if .Values.proxy.noproxy }} - - name: "NO_PROXY" - value: "{{.Values.proxy.noproxy}}" - {{- end }} {{- end }} {{- if .Values.advertiseIp }} - name: "ADVERTISE_IP" value: "{{.Values.advertiseIp}}" {{- end }} -{{- if .Values.changeConfigDirOwnership }} - - name: "CHANGE_CONFIG_DIR_OWNERSHIP" - value: "{{.Values.changeConfigDirOwnership}}" -{{- end }} {{- if .Values.allowedNetworks }} - name: "ALLOWED_NETWORKS" value: "{{include "joinListWithComma" .Values.allowedNetworks}}" {{- end }} -{{- if .Values.plexUid }} - - name: "PLEX_UID" - value: "{{.Values.plexUid}}" -{{- end }} -{{- if .Values.plexGid }} - - name: "PLEX_GID" - value: "{{.Values.plexGid}}" -{{- end }} # Extra ENV Values supplied by user {{- range $key, $value := .Values.extraEnv }} - name: {{ $key }}