**Describe the bug** https://github.com/argoproj/argo-rollouts/pull/4368 changed camelcase on `metricsport` to `metricsPort` which makes sense and is good alignment but as we don't use `EnableCaseInsensitive` in `cobra` this will break people using `argo-rollouts` with Helm - eg see https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/templates/controller/deployment.yaml#L52 Also opened https://github.com/argoproj/argo-helm/pull/3454 **To Reproduce** Compile latest `master`, try to deploy with helm chart **Version** master **Logs** ```kubectl logs argo-rollouts-8bcc58dcc-jqnj9 Error: unknown flag: --metricsport Usage: argo-rollouts [flags] ```