Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/keycloak] Unable to use Ingress rule without a host defined #25233

Closed
wkbrd opened this issue Apr 18, 2024 · 2 comments
Closed

[bitnami/keycloak] Unable to use Ingress rule without a host defined #25233

wkbrd opened this issue Apr 18, 2024 · 2 comments
Assignees
Labels
keycloak solved tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@wkbrd
Copy link
Contributor

wkbrd commented Apr 18, 2024

Name and Version

bitnami/keycloak 21.0.1

What architecture are you using?

None

What steps will reproduce the bug?

Attempting to deploy Keycloak helm chart with ingress.enabled=true should not require a hostname to be defined. An ingress does not require the host to be filled in.

Are you using any custom parameters or values?

ingress.enabled=true

What is the expected behavior?

Ingress run should be created without the "host: ..." line, though the rest of the rule is defined and traffic flows properly.

What do you see instead?

Helm chart does not deploy and gives an error message

Additional information

No response

@wkbrd wkbrd added the tech-issues The user has a technical issue about an application label Apr 18, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 18, 2024
@javsalgar javsalgar changed the title Unable to use Ingress rule without a host defined [bitnami/keycloak] Unable to use Ingress rule without a host defined Apr 19, 2024
@javsalgar
Copy link
Contributor

Hi!

Could you try using the extraHosts section? There you can use an empty host value, which may work for your use case

@wkbrd
Copy link
Contributor Author

wkbrd commented Apr 23, 2024

That ended up working. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keycloak solved tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants