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
Helm install failed: template: unifi-video/templates/service-udp.yaml:15:6: executing "unifi-video/templates/service-udp.yaml" at <(.Values.service.loadBalancerIP) and eq .Values.service.type "LoadBalancer">: can't give argument to non-function .Values.service.loadBalancerIP
#134
Open
Eagleman7 opened this issue
Jan 29, 2021
· 2 comments
I just tried to install unifi-video using your helm chart! Thanks for making this helm chart!
I do however have 1 problem with it, that it wont install :) I am getting the following error: Helm install failed: template: unifi-video/templates/service-udp.yaml:15:6: executing "unifi-video/templates/service-udp.yaml" at <(.Values.service.loadBalancerIP) and eq .Values.service.type "LoadBalancer">: can't give argument to non-function .Values.service.loadBalancerIP
@Eagleman7 I tried installing the chart and got no issues. When searching for your error message, I found out that this might be due to flux operator. We're not using Flux and I have no experience with it. Maybe rook/rook#5378 (comment) helps with your issue?
{{ if (.Values.service.loadBalancerIP) and eq .Values.service.type "LoadBalancer" }}
to: {{ if .Values.service.loadBalancerIP }}
I then cloned your repo and deployed it from the local file system with /var/lib/snapd/snap/bin/helm install unifi-video unifi-video/ --values unifi-video/values.yaml
I did however switch to frigate because it was to much effort to redeploy your chart with above fix to another repo. Also unifi-video is end-of-life, and I switched to frigate because of that.
Hello!
I just tried to install unifi-video using your helm chart! Thanks for making this helm chart!
I do however have 1 problem with it, that it wont install :) I am getting the following error:
Helm install failed: template: unifi-video/templates/service-udp.yaml:15:6: executing "unifi-video/templates/service-udp.yaml" at <(.Values.service.loadBalancerIP) and eq .Values.service.type "LoadBalancer">: can't give argument to non-function .Values.service.loadBalancerIP
This is the config I used:
Did I do anything wrong, or might this be a bug?
The text was updated successfully, but these errors were encountered: