You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
helm template -f my-values.yaml k8s-mediaserver ./helm-charts/k8s-mediaserver/ > k8s-mediaserver.yml
Expected behavior
The error should appear
The text was updated successfully, but these errors were encountered: