argoproj / applicationset

The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling secure Application self-service.
https://argocd-applicationset.readthedocs.io/
Apache License 2.0
586 stars 279 forks source link

add a organizationNormalized template value for SCM provider #641

Open prune998 opened 1 year ago

prune998 commented 1 year ago

From the issue https://github.com/argoproj/applicationset/issues/640

This MR adds a organizationNormalized parameter to the SCM provider to ensure we can then use the Org name in templates

prune998 commented 1 year ago

Tests are faining in the docker build image... which is using golang:1.13.4... so old :)