Skip to content

Commit

Permalink
fix homepage dev variable subsitution
Browse files Browse the repository at this point in the history
copying what was done for grafana
  • Loading branch information
jgilfoil committed Feb 28, 2024
1 parent 042617f commit e00f423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
gethomepage.dev/description: Media Player
gethomepage.dev/widget.type: plex
gethomepage.dev/widget.url: http://plex.media:32400
gethomepage.dev/widget.key: "{{HOMEPAGE_VAR_PLEX_TOKEN}}"
gethomepage.dev/widget.key: "{{`{{HOMEPAGE_VAR_PLEX_TOKEN}}`}}"
# external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
Expand Down

0 comments on commit e00f423

Please sign in to comment.