argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.33k stars 4.93k forks source link

docs: use compliant name in Generators-List.md #18062

Closed joebowbeer closed 2 weeks ago

joebowbeer commented 2 weeks ago

s/elementsYaml/elements-yaml/

Fixes issue:

The ApplicationSet "elementsYaml" is invalid: metadata.name: Invalid value: "elementsYaml": a lowercase
RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and
end with an alphanumeric character (e.g. 'example.com', regex used for validation is
'[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')