Chart: Add IngressClass aliases. (#11109)

This commit is contained in:
Marco Ebert 2024-03-17 22:27:27 +01:00 committed by GitHub
parent 0bed0a4558
commit 56a0968675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 121 additions and 1 deletions

View file

@ -126,6 +126,13 @@ controller:
# This value is also being set as the `--controller-class` argument of this Ingress Controller.
# Ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class
controllerValue: k8s.io/ingress-nginx
# -- Aliases of this IngressClass. Creates copies with identical settings but the respective alias as name.
# Useful for development environments with only one Ingress Controller but production-like Ingress resources.
# `default` gets enabled on the original IngressClass only.
aliases: []
# aliases:
# - nginx-alias-1
# - nginx-alias-2
# -- A link to a custom resource containing additional configuration for the controller.
# This is optional if the controller consuming this IngressClass does not require additional parameters.
# Ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class