From 8a39123a88f98b6622e4f6563608ae395d642fc4 Mon Sep 17 00:00:00 2001 From: MrWetsnow <509887+DanTulovsky@users.noreply.github.com> Date: Sun, 17 Oct 2021 17:28:32 -0400 Subject: [PATCH] Update charts/argo-rollouts/README.md Co-authored-by: Marco Kilchhofer Signed-off-by: Dan Tulovsky --- charts/argo-rollouts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-rollouts/README.md b/charts/argo-rollouts/README.md index da2b58ce..9640cb2a 100644 --- a/charts/argo-rollouts/README.md +++ b/charts/argo-rollouts/README.md @@ -64,7 +64,7 @@ If dashboard is installed by `--set dashboard.enabled=true`, checkout the argo-r | dashboard.image.repository | string | `"argoproj/kubectl-argo-rollouts"` | Repository to use | | dashboard.image.tag | string | `""` | Overrides the image tag (default is the chart appVersion) | | dashboard.resources | object | `{}` | Resource limits and requests for the dashboard pods. | -| dashboard.service.type | string | `""` | Sets the `type` of the `Service` | +| dashboard.service.type | string | `ClusterIP` | Sets the `type` of the `Service` | | dashboard.tolerations | list | `[]` | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | | dashboard.affinity | object | `{}` | [Assign custom affinity rules to the deployment](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/) | | dashboard.nodeSelector | object | `{}` | [Node selector](https://kubernetes.io/docs/user-guide/node-selection/) |