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
I've tried to deploy your helm chart, which works fine without the ingress.
But if you try to deploy the ingress, it'll crash with the following error:
Error: UPGRADE FAILED: template: firely-server/templates/ingress.yaml:24:16: executing "firely-server/templates/ingress.yaml" at <.hosts>: can't evaluate field hosts in type interface {}
It seems like it stumbles over .hosts in line 24 in the ingress.yaml.
The text was updated successfully, but these errors were encountered:
If the Firely team would be open to updating this repository to host the helm charts in an uncompressed format, it would be much easier to collaboratively work on these issues.
Hi,
I've tried to deploy your helm chart, which works fine without the ingress.
But if you try to deploy the ingress, it'll crash with the following error:
Error: UPGRADE FAILED: template: firely-server/templates/ingress.yaml:24:16: executing "firely-server/templates/ingress.yaml" at <.hosts>: can't evaluate field hosts in type interface {}
It seems like it stumbles over .hosts in line 24 in the ingress.yaml.
The text was updated successfully, but these errors were encountered: