From 591de85984906ad5e98e4bb9785448dc4a78eb8a Mon Sep 17 00:00:00 2001 From: Hyeonmin Park Date: Thu, 17 Feb 2022 20:37:22 +0900 Subject: [PATCH] chore(argo-cd): Fix typo of policy.csv comment in values.yaml (#1136) Signed-off-by: Hyeonmin Park --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 4ba97dde..83c499ea 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.2.5 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.33.5 +version: 3.33.6 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: Use ingressClassName from ingressGrpc for grpc ingress class name" + - "[Fixed]: Fix typo of policy.csv comment in values" diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 015ed592..14d17507 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -1175,7 +1175,7 @@ server: ## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md rbacConfig: {} - # policy.csv is an file containing user-defined RBAC policies and role definitions (optional). + # policy.csv is a file containing user-defined RBAC policies and role definitions (optional). # Policy rules are in the form: # p, subject, resource, action, object, effect # Role definitions and bindings are in the form: