github.com/argoproj/argo-cd/v3@v3.2.1/docs/operator-manual/argocd-rbac-cm-yaml.md (about) 1 # argocd-rbac-cm.yaml example 2 3 **Note**: While policy files are CSV files, ArgoCD ignores lines starting with `#` when parsing the file, allowing for line comments starting with #. 4 5 An example of an argocd-rbac-cm.yaml file: 6 7 ```yaml 8 {!docs/operator-manual/argocd-rbac-cm.yaml!} 9 ```