Skip to content

Commit

Permalink
fix(helm): Fix support for ingress.ingressClassName (apache#18619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m authored Feb 8, 2022
1 parent fdf57cc commit 11d71d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers:
- name: craig-rueda
email: [email protected]
url: https://github.com/craig-rueda
version: 0.5.6
version: 0.5.7
dependencies:
- name: postgresql
version: 10.2.0
Expand Down
3 changes: 3 additions & 0 deletions helm/superset/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 11d71d6

Please sign in to comment.