Skip to content

Commit

Permalink
🐛(core) fix redirection ingress class
Browse files Browse the repository at this point in the history
We need to explicitly set the `ingressClassName` of an ingress to make
redirection work with recent ingress controllers.
  • Loading branch information
jmaupetit committed Oct 10, 2022
1 parent 5df857f commit 3b540be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- Declare ingress class in core app redirections

## [6.13.0] - 2022-09-22

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
cert-manager.io/issuer: "{{ acme_issuer_name }}"
{% endif %}
spec:
ingressClassName: "{{ default_ingress_class_name }}"
rules:
- host: "{{ redirection_from | default('unknown') }}"
http:
Expand Down

0 comments on commit 3b540be

Please sign in to comment.