helm-charts
helm-charts copied to clipboard
docs: add example for ingress
Description
The ingress definition in the helm chart is confusing, added example to help. There should not be host in the hosts section. Normally we define ingresses like:
ingress:
...
hosts:
- step.example.com
...
But in this chart:
ingress:
...
hosts:
- host: step.example.com
...