From 75d86f8cd7100ec69c4b8187afeaa9d2a8e408e6 Mon Sep 17 00:00:00 2001 From: st-myk <93274808+st-myk@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:58:00 +0200 Subject: [PATCH] docs(argo-rollouts): add more description for secret creation Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com> --- charts/argo-rollouts/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo-rollouts/values.yaml b/charts/argo-rollouts/values.yaml index e78aa2bb..bebb9de4 100644 --- a/charts/argo-rollouts/values.yaml +++ b/charts/argo-rollouts/values.yaml @@ -456,7 +456,8 @@ notifications: create: true secret: - # -- Whether to create notifications secret + # -- Whether to create notifications secret. + ## If you want to manually create secret, do not forget to add proper label to it: "app.kubernetes.io/component: rollouts-controller". create: false # -- Generic key:value pairs to be inserted into the notifications secret items: {}