فهرست منبع

Clean chart configuration

Waqar Ahmed 4 سال پیش
والد
کامیت
37c8493270

+ 0 - 4
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

+ 0 - 1
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"

+ 1 - 1
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 }}/

+ 0 - 16
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 }}