-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: only for v1beta1 * fix: make lb controller optional * fix: unit tests * fix: check if ingress is enabled or not weird interaction with GetIngressEnabled, it returns true by default this could be a problem when checking for other ingress options like aws ingress * fix: ingress class & ingress host check * feat: ingress class for alb * fix: annotation quotes * chore: fix style * chore: fix typo * feat: test check mattermost aws ingress * fix: address review comments * fix: use mattermost name for ingress class * fix: address comments * chore: test disable and enable lb * chore: address review comments * feat: get ports
- Loading branch information
1 parent
ed6c02d
commit aa3dcab
Showing
11 changed files
with
438 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,7 @@ rules: | |
- networking.k8s.io | ||
resources: | ||
- ingresses | ||
- ingressclasses | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.