-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(argo-rollouts): add more description for notification secret creation #2922
docs(argo-rollouts): add more description for notification secret creation #2922
Conversation
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
charts/argo-rollouts/values.yaml
Outdated
@@ -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". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR.
nits; The label in secret is app.kubernetes.io/component: {{ .Values.controller.component }}
, so it's not always true that rollouts-controller
is the right value. 🤔
Ref: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.37.6/charts/argo-rollouts/templates/controller/notifications-secret.yaml#L14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I will proceed with referencing the {{ .Values.controller.component }}
then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @st-myk
thank you your update. Please run ./scripts/helm-docs.sh
to pass CI, as following below, the PR description.
I have updated the documentation according to documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your patience 🙂
Signed-off-by: st-myk <93274808+st-myk@users.noreply.github.com>
Signed-off-by: Mykola Stasiuk <93274808+st-myk@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. LGTM.
Checklist: