Drop kebab-case configuration notation in favor of camelCase #188
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
As in title. It would remove complexity from the chart and reduces configuration failure rate.
Wasn't the idea to switch from
camelCase
tokebab-case
before? I though that wy thekebab-case
options where previously istroduced.ref #87
@viceice
The general Idea was, that it should be possible to use the options as in https://docs.gitea.io/en-us/command-line/#admin
We never wanted to drop camelCase.
However that introduced some readability problems in the chart (lots of checks, if kebab-case or camelCase was used)
Since helm charts are generally using camelCase we decided to drop the kebab-case.
Ok, makes sense. I'll revert all my
kebab-case
changes. ?Sorry for the inconvenience!