Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BR] Error when enabling AdditionalLB for Jellyfin #100

Open
vitofico opened this issue Mar 3, 2024 · 1 comment
Open

[BR] Error when enabling AdditionalLB for Jellyfin #100

vitofico opened this issue Mar 3, 2024 · 1 comment
Assignees

Comments

@vitofico
Copy link

vitofico commented Mar 3, 2024

Describe the bug
When adding an additional LB to jellyfin I got:

template: k8s-mediaserver/templates/jellyfin-resources.yml:111:23: executing "k8s-mediaserver/templates/jellyfin-resources.yml" at <.Values.jellyfin.service.extraLBService.annotations>: can't evaluate field annotations in type interface {}

To Reproduce
Steps to reproduce the behavior:

  • create a copy of the default values called my-values.yaml and activate the additional load balancer for jellyfin
  • run this command in the main foler to execute the templating
    helm template -f my-values.yaml k8s-mediaserver ./helm-charts/k8s-mediaserver/ > k8s-mediaserver.yml

Expected behavior
The error should appear

@umbertix
Copy link
Contributor

PR opened to correct the error on the template ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants