loft-sh / component-chart

Kubernetes Component Chart - Helm Chart for Application Components in Kubernetes
https://devspace.sh/component-chart/docs/introduction
Apache License 2.0
32 stars 39 forks source link

Docs: Outdated ingress property #112

Closed rafaeljusto closed 4 days ago

rafaeljusto commented 2 months ago

The ingressClass property is outdated and should be ingressClassName now:

https://github.com/loft-sh/component-chart/blob/e974dae5470e5dbb873e799db0b7f265f2f2780f/templates/ingress.yaml#L78-L80

No default values are defined for it:

https://github.com/loft-sh/component-chart/blob/e974dae5470e5dbb873e799db0b7f265f2f2780f/values.yaml#L19-L24

deniseschannon commented 4 days ago

Closing in favor of #113