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
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:
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
The text was updated successfully, but these errors were encountered: