From 28700851f1751d86948384195483176d0ec1d1d1 Mon Sep 17 00:00:00 2001 From: edmondshtogu Date: Mon, 25 Mar 2024 22:46:58 +0000 Subject: [PATCH] chore: fixing docs order Signed-off-by: edmondshtogu --- charts/argo-cd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index d6fd356d..70679f23 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -928,11 +928,11 @@ NAME: my-release | server.certificateSecret.enabled | bool | `false` | Create argocd-server-tls secret | | server.certificateSecret.key | string | `""` | Private Key of the certificate | | server.certificateSecret.labels | object | `{}` | Labels to be added to argocd-server-tls secret | +| server.clusterRoleRules.enabled | bool | `false` | Enable custom rules for the server's ClusterRole resource | +| server.clusterRoleRules.rules | list | `[]` | List of custom rules for the server's ClusterRole resource | | server.containerPorts.metrics | int | `8083` | Metrics container port | | server.containerPorts.server | int | `8080` | Server container port | | server.containerSecurityContext | object | See [values.yaml] | Server container-level security context | -| server.clusterRoleRules.enabled | bool | `false` | Enable custom rules for the server's ClusterRole resource | -| server.clusterRoleRules.rules | list | `[]` | List of custom rules for the server's ClusterRole resource | | server.deploymentAnnotations | object | `{}` | Annotations to be added to server Deployment | | server.deploymentStrategy | object | `{}` | Deployment strategy to be added to the server Deployment | | server.dnsConfig | object | `{}` | [DNS configuration] |