Closed
Description
Now the argocd app name is used as release name in the helm templating. It would be great if it is possible to use a seperate app name and release name like this:
argocd create app artifactory-prd --release-name artifactory ....
This way we can create apps for production cluster and test cluster with the same release name.
Reason we need this is that not all helm charts have the possibility to use the nameOverride parameter.