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

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

Closed
marciojpacheco opened this issue Sep 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@marciojpacheco
Copy link

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:

OneUptime/helm-chart#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

@marciojpacheco
Copy link
Author

This has been adjusted. Thanks for support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant