Helm Chart - Ingress Host Wildcard - YAML parse error on oneuptime/templates/ingress.yaml: error converting YAML to JSON #669

Closed
opened 2026-04-05 16:21:54 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @marciojpacheco on 9/24/2024

Describe the bug
I'm trying to apply a oneuptimeIngress config on helm using a wildcard host, but I'm receiving the following error:

Error: UPGRADE FAILED: YAML parse error on oneuptime/templates/ingress.yaml: error converting YAML to JSON: yaml: line 17: did not find expected alphabetic or numeric character.

I've opened the following issue, but I'm not sure if this is correct:

https://github.com/OneUptime/helm-chart/issues/10

To Reproduce
Steps to reproduce the behavior:

oneuptimeIngress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "cluster-prod-letsencrypt-issuer"
className: "nginx-single-az1"
hosts:
- ".example.com"
tls:
enabled: true
hosts:
- host: "
.example.com"
secretName: "oneuptime-tls"

This error occurs on both fields hosts.

Deployment Type
Self hosted - Helm Chart Version 7.0.3075

*Originally created by @marciojpacheco on 9/24/2024* **Describe the bug** I'm trying to apply a oneuptimeIngress config on helm using a wildcard host, but I'm receiving the following error: Error: UPGRADE FAILED: YAML parse error on oneuptime/templates/ingress.yaml: error converting YAML to JSON: yaml: line 17: did not find expected alphabetic or numeric character. I've opened the following issue, but I'm not sure if this is correct: https://github.com/OneUptime/helm-chart/issues/10 **To Reproduce** Steps to reproduce the behavior: oneuptimeIngress: enabled: true annotations: cert-manager.io/cluster-issuer: "cluster-prod-letsencrypt-issuer" className: "nginx-single-az1" hosts: - "*.example.com" tls: enabled: true hosts: - host: "*.example.com" secretName: "oneuptime-tls" This error occurs on both fields hosts. **Deployment Type** Self hosted - Helm Chart Version 7.0.3075
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#669