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

Ingress Spec throws errors #1

Open
m4d53 opened this issue Aug 3, 2022 · 2 comments
Open

Ingress Spec throws errors #1

m4d53 opened this issue Aug 3, 2022 · 2 comments

Comments

@m4d53
Copy link

m4d53 commented Aug 3, 2022

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.

@m4d53
Copy link
Author

m4d53 commented Aug 3, 2022

My Ingress spec would be:

ingress: annotations: kubernetes.io/tls-acme: "true" certIssuer: letsencrypt-prod enabled: true hosts: - dionysos.fhir.k8s-test.ham0201.kpark.de.hse365.de ingressClass: nginx path: / pathType: Prefix tls: hosts: - dionysos.fhir.k8s-test.ham0201.kpark.de.hse365.de secretName: vonk-dionysos-service-tls

@SpartyInDetroit
Copy link

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.

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

2 participants