Gitea-HelmChart/templates/gitea
justusbunsi 7de326d931 Drop kebab-case configuration notation (#196)
Currently there are two different styles for defining both ldap and oauth configuration in _values.yaml_ file: `camelCase` and `kebab-case`.
Supporting both styles created multiple regressions in the past.

⚠️ BREAKING ⚠️
---------------
These changes completely remove any support for `kebab-case` notation in _values.yaml_ in favor of `camelCase`. Configuration keys must use `camelCase`.
Only exception are Kubernetes resource keys for annotations or labels.

Fixes: #188

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/196
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
2021-07-06 13:28:13 +08:00
..
config.yaml Fix regression for unspecified DOMAIN and ROOT_URL (#185) 2021-06-30 03:24:44 +08:00
http-svc.yaml Improve http service and update Readme (#167) 2021-06-08 01:53:01 +08:00
ingress.yaml Support custom Ingress path (#151) 2021-06-25 02:28:45 +08:00
init.yaml Rewrite init script (#178) 2021-06-30 04:09:16 +08:00
servicemonitor.yaml Fixing prometheus monitoring (#157) 2021-06-07 22:28:28 +08:00
ssh-svc.yaml Add loadbalancersourceranges to ssh service (#105) 2021-02-05 04:42:42 +08:00
statefulset.yaml Drop kebab-case configuration notation (#196) 2021-07-06 13:28:13 +08:00