From 83a4d3b4001579b2b03f300443de81e17f9ad5cc Mon Sep 17 00:00:00 2001 From: Richard Johansson Date: Thu, 19 Jan 2023 12:09:01 +0100 Subject: [PATCH] Updated docs with new Helm values Signed-off-by: Richard Johansson --- charts/argo-rollouts/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argo-rollouts/README.md b/charts/argo-rollouts/README.md index 43f68a05..d37ba7b2 100644 --- a/charts/argo-rollouts/README.md +++ b/charts/argo-rollouts/README.md @@ -43,6 +43,12 @@ If dashboard is installed by `--set dashboard.enabled=true`, checkout the argo-r | clusterInstall | bool | `true` | `false` runs controller in namespaced mode (does not require cluster RBAC) | | crdAnnotations | object | `{}` | Annotations to be added to all CRDs | | createClusterAggregateRoles | bool | `true` | flag to enable creation of cluster aggregate roles (requires cluster RBAC) | +| enabledProviders.ambassador | bool | `true` | Adds RBAC for the Ambassador provider | +| enabledProviders.awsAppMesh | bool | `true` | Adds RBAC for the AWS App Mesh provider | +| enabledProviders.awsLoadBalancerController | bool | `true` | Adds RBAC for the AWS Load Balancer Controller provider | +| enabledProviders.istio | bool | `true` | Adds RBAC for the Istio provider | +| enabledProviders.smi | bool | `true` | Adds RBAC for the SMI provider | +| enabledProviders.traefik | bool | `true` | Adds RBAC for the Traefik provider | | extraObjects | list | `[]` | Additional manifests to deploy within the chart. A list of objects. | | fullnameOverride | string | `nil` | String to fully override "argo-rollouts.fullname" template | | imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Registry secret names as an array. |