From fd629ff48ab8e4c9c8f5323239e20ee455a486b9 Mon Sep 17 00:00:00 2001 From: Amit Ben Ami Date: Wed, 30 Sep 2020 13:54:29 +0300 Subject: [PATCH] Adding the serviceAnnotations chart value that was missing --- charts/argo-rollouts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-rollouts/README.md b/charts/argo-rollouts/README.md index 255c50c8..f0e25a4e 100644 --- a/charts/argo-rollouts/README.md +++ b/charts/argo-rollouts/README.md @@ -44,3 +44,4 @@ $ helm install --name my-release argo/argo-rollouts | podAnnotations | object | `{}` | | | podLabels | object | `{}` | | | serviceAccount.name | string | `"argo-rollouts"` | | +| serviceAnnotations | object | `{}` | |