helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

docs: add example for ingress

Open rezachalak opened this issue 1 month ago • 1 comments

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
...

rezachalak avatar Jan 16 '26 08:01 rezachalak

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 16 '26 08:01 CLAassistant