docs(argo-cd): Fix policy.csv block (#2423)

* Minor Changes to policy.csv block

Added Missing ':'

Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>

* Update Chart.yaml

Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>

* Update Changelog

Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>

---------

Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>
pull/2426/head argo-cd-5.52.2
Aman Gupta 2024-01-15 14:42:39 +05:30 committed by GitHub
parent 524089b9df
commit e6de8c47b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ appVersion: v2.9.3
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.52.1
version: 5.52.2
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -26,5 +26,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: DRY cleanup of ServiceAccounts
- kind: fixed
description: Missing colon for policy.csv block

View File

@ -291,7 +291,7 @@ configs:
# p, subject, resource, action, object, effect
# Role definitions and bindings are in the form:
# g, subject, inherited-subject
# policy.csv |
# policy.csv: |
# p, role:org-admin, applications, *, */*, allow
# p, role:org-admin, clusters, get, *, allow
# p, role:org-admin, repositories, *, *, allow