seriohub / velero-helm

Helm charts for velero-ui, velero-api, and velero-watchdog
6 stars 3 forks source link

Option to specify ingressClass #2

Closed hoerup closed 2 months ago

hoerup commented 3 months ago

Currently ingressClass is hardcoded to nginx which of course doesn't work well in clusters that use other ingress class(es)

https://github.com/seriohub/velero-helm/blob/main/seriohub-velero/templates/50_ingress.yaml#L9

davideserio commented 3 months ago

Thanks for the report. In the next Helm update, we will make ingressClass optional.