Skip to content

Commit

Permalink
fix: dont strip the https portion of the app url when setting the adv…
Browse files Browse the repository at this point in the history
…ertise ip variable in the chart (#90)
  • Loading branch information
MarshallAsch authored Jul 21, 2023
1 parent e261205 commit 9e0fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/plex-media-server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
env:
{{- if .Values.ingress.enabled }}
- name: ADVERTISE_IP
value: {{ trimPrefix "https://" .Values.ingress.url }}
value: {{ .Values.ingress.url }}:443
{{- end }}
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}
Expand Down

0 comments on commit 9e0fe30

Please sign in to comment.