Drop kebab-case configuration notation #196
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/196/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there are two different styles for defining both ldap and oauth configuration in values.yaml file:
camelCase
andkebab-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 ofcamelCase
. Configuration keys must usecamelCase
.Only exception are Kubernetes resource keys for annotations or labels.
Fixes: #188
tested in my clusters, looks good