mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
I was wondering why our policy was valid even though it was not a valid CSV file.
Reading the code, I saw 812650847c/util/rbac/rbac.go (L492-L494) in the parsing and decided to add this note to document this behavior.
Signed-off-by: morre <mmeyer@anaconda.com>
283 B
283 B
argocd-rbac-cm.yaml example
Note: While policy files are CSV files, ArgoCD ignores lines starting with # when parsing the file, allowing for line comments starting with #.
An example of an argocd-rbac-cm.yaml file:
{!docs/operator-manual/argocd-rbac-cm.yaml!}