Updated docs with new Helm values
Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>
This commit is contained in:
parent
09c727356b
commit
83a4d3b400
1 changed files with 6 additions and 0 deletions
|
@ -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. |
|
||||
|
|
Loading…
Reference in a new issue