Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support uppercase letters in entrypoint names
Traefik supports entrypoints with uppercase letters (e.g. webSecure), but helm generated manifest fails to apply because port names can only be lowercase. This forces lower case on port names for entrypoints.
- Loading branch information