From 78e02aaf93dd997bd9b8f808ae1a542d0a6e6952 Mon Sep 17 00:00:00 2001 From: mitchell amihod <4623+meeech@users.noreply.github.com> Date: Sun, 5 May 2024 12:48:24 -0400 Subject: [PATCH] Add missing -- Signed-off-by: mitchell amihod <4623+meeech@users.noreply.github.com> --- charts/argo-rollouts/README.md | 4 ++-- charts/argo-rollouts/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-rollouts/README.md b/charts/argo-rollouts/README.md index 713c166b..d5d11c26 100644 --- a/charts/argo-rollouts/README.md +++ b/charts/argo-rollouts/README.md @@ -116,7 +116,7 @@ For full list of changes please check ArtifactHub [changelog]. | controller.pdb.maxUnavailable | string | `nil` | Maximum number / percentage of pods that may be made unavailable | | controller.pdb.minAvailable | string | `nil` | Minimum number / percentage of pods that should remain scheduled | | controller.podAnnotations | object | `{}` | Annotations to be added to application controller pods | -| controller.podLabels | object | `{}` | | +| controller.podLabels | object | `{}` | Labels to be added to the application controller pods | | controller.priorityClassName | string | `""` | [priorityClassName] for the controller | | controller.readinessProbe | object | See [values.yaml] | Configure readiness [probe] for the controller | | controller.replicas | int | `2` | The number of controller pods to run | @@ -169,7 +169,7 @@ For full list of changes please check ArtifactHub [changelog]. | dashboard.pdb.maxUnavailable | string | `nil` | Maximum number / percentage of pods that may be made unavailable | | dashboard.pdb.minAvailable | string | `nil` | Minimum number / percentage of pods that should remain scheduled | | dashboard.podAnnotations | object | `{}` | Annotations to be added to application dashboard pods | -| dashboard.podLabels | object | `{}` | | +| dashboard.podLabels | object | `{}` | Labels to be added to the application dashboard pods | | dashboard.podSecurityContext | object | `{"runAsNonRoot":true}` | Security Context to set on pod level | | dashboard.priorityClassName | string | `""` | [priorityClassName] for the dashboard server | | dashboard.readonly | bool | `false` | Set cluster role to readonly | diff --git a/charts/argo-rollouts/values.yaml b/charts/argo-rollouts/values.yaml index 55931f3d..f9ae582c 100644 --- a/charts/argo-rollouts/values.yaml +++ b/charts/argo-rollouts/values.yaml @@ -53,7 +53,7 @@ controller: deploymentLabels: {} # -- Annotations to be added to application controller pods podAnnotations: {} - # Labels to be added to the application controller pods + # -- Labels to be added to the application controller pods podLabels: {} # -- [Node selector] nodeSelector: {} @@ -297,7 +297,7 @@ dashboard: deploymentLabels: {} # -- Annotations to be added to application dashboard pods podAnnotations: {} - # Labels to be added to the application dashboard pods + # -- Labels to be added to the application dashboard pods podLabels: {} # -- [Node selector] nodeSelector: {}