Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

fix(Ingress/pathType): default to Prefix #335

Closed js-timbirkett closed 2 years ago

js-timbirkett commented 2 years ago

A previous PR #330 - broke the expected behaviour when applying the chart with only the host and path values set meaning that people now have to set pathType: Prefix in all of their values. Setting the value to default to "Prefix" will allow users to avoid the sudden unexpected (and breaking) config change, maintaining the previous behaviour.