fix(helm): Fix support for ingress.ingressClassName (#18619)

This commit is contained in:
Adam Dobrawy 2022-02-08 21:52:07 +01:00 committed by GitHub
parent fdf57cc22a
commit 11d71d69fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.5.6
version: 0.5.7
dependencies:
- name: postgresql
version: 10.2.0

View File

@ -149,6 +149,9 @@
"pathType": {
"type": "string"
},
"ingressClassName": {
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.23.0/_definitions.json##/definitions/io.k8s.api.networking.v1.IngressSpec/properties/ingressClassName"
},
"hosts": {
"type": "array",
"items": {