From bddc81d6a8ba735036306c1c64b9eb67067d9d79 Mon Sep 17 00:00:00 2001 From: st-myk <93274808+st-myk@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:11:48 +0200 Subject: [PATCH] docs(argo-rollouts): change reference to controller Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com> --- charts/argo-rollouts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-rollouts/values.yaml b/charts/argo-rollouts/values.yaml index 5c25b40d..b6b5821c 100644 --- a/charts/argo-rollouts/values.yaml +++ b/charts/argo-rollouts/values.yaml @@ -457,7 +457,7 @@ 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". + ## If you want to manually create secret, do not forget to add proper label to it: "app.kubernetes.io/component: {{ .Values.controller.component }}". create: false # -- Generic key:value pairs to be inserted into the notifications secret items: {}