Updated docs with new Helm values

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>
This commit is contained in:
Richard Johansson 2023-01-19 12:09:01 +01:00
parent 09c727356b
commit 83a4d3b400

View file

@ -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) | | clusterInstall | bool | `true` | `false` runs controller in namespaced mode (does not require cluster RBAC) |
| crdAnnotations | object | `{}` | Annotations to be added to all CRDs | | crdAnnotations | object | `{}` | Annotations to be added to all CRDs |
| createClusterAggregateRoles | bool | `true` | flag to enable creation of cluster aggregate roles (requires cluster RBAC) | | 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. | | extraObjects | list | `[]` | Additional manifests to deploy within the chart. A list of objects. |
| fullnameOverride | string | `nil` | String to fully override "argo-rollouts.fullname" template | | 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. | | imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Registry secret names as an array. |