docs(argo-rollouts): change reference to controller
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
This commit is contained in:
parent
0289965c31
commit
bddc81d6a8
1 changed files with 1 additions and 1 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Reference in a new issue