[bitnami/phpmyadmin] Add support for ingressClassName (#8600)

* Add support for ingressClassName

* Bump minor version
This commit is contained in:
Mark Wooff
2022-01-11 04:47:21 -05:00
committed by GitHub
parent e5191646b6
commit 376ee48867
4 changed files with 10 additions and 2 deletions

View File

@@ -323,7 +323,11 @@ ingress:
## DEPRECATED: Use ingress.annotations instead of ingress.certManager
## certManager: false
##
## @param ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster .
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
##
ingressClassName: ""
## @param ingress.hostname When the ingress is enabled, a host pointing to this will be created
##
hostname: phpmyadmin.local