Skip to content

docs: add example for ingress#242

Open
rezachalak wants to merge 1 commit intosmallstep:masterfrom
rezachalak:patch-1
Open

docs: add example for ingress#242
rezachalak wants to merge 1 commit intosmallstep:masterfrom
rezachalak:patch-1

Conversation

@rezachalak
Copy link

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

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 rezachalak requested a review from a team as a code owner January 16, 2026 08:18
@CLAassistant
Copy link

CLAassistant commented Jan 16, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants