colearendt / helm

Helm charts for miscellaneous services that I use regularly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address inconsistencies in the `traefik-forward-auth` chart

colearendt opened this issue · comments

The traefik-forward-auth chart has some inconsistencies that we should back out. However, some are breaking changes, so should be done carefully:

  • serviceAnnotations vs. service.annotations
  • Not using helpers for selectorLabels, labels or fullName (the latter has a risk for long names)
  • Other config options missing that are normally in my charts...