docs(argo-rollouts): add more description for secret creation
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
This commit is contained in:
parent
97acfc9360
commit
75d86f8cd7
1 changed files with 2 additions and 1 deletions
|
@ -456,7 +456,8 @@ notifications:
|
||||||
create: true
|
create: true
|
||||||
|
|
||||||
secret:
|
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
|
create: false
|
||||||
# -- Generic key:value pairs to be inserted into the notifications secret
|
# -- Generic key:value pairs to be inserted into the notifications secret
|
||||||
items: {}
|
items: {}
|
||||||
|
|
Loading…
Reference in a new issue