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
This is one error I got with debug that I did not get with helm-controller:
client.go:108: [debug] creating 5 resource(s)
Error: Ingress.extensions "dashboard-auth-proxy-oauth2-proxy" is invalid: spec.rules[0].host: Invalid value: "map[host: xxxxxx paths:[/]]": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
helm.go:94: [debug] Ingress.extensions "dashboard-auth-proxy-oauth2-proxy" is invalid: spec.rules[0].host: Invalid value: "map[host:xxxxxx paths:[/]]": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Helm controller swallowed the error and gave me nothing.
If there is a yaml issue I get the full output and the error printed.
I don't know if other params - like dry-run make sense.
Thanks,
The text was updated successfully, but these errors were encountered:
+1 - just had problems with SSL (missing trust to signing CA) and with DNS name resolution - but the current logs do not give "feedback" to realize what is going wrong ;-)
Hello,
How can I enable --debug to helm controller so that I can debug failing charts.
For example I install apps like this:
This is one error I got with debug that I did not get with helm-controller:
Helm controller swallowed the error and gave me nothing.
If there is a yaml issue I get the full output and the error printed.
I don't know if other params - like dry-run make sense.
Thanks,
The text was updated successfully, but these errors were encountered: