Skip to content
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

Argo Rollout Notifications docs is not correct #1656

Closed
faustodavid opened this issue Nov 14, 2021 · 3 comments
Closed

Argo Rollout Notifications docs is not correct #1656

faustodavid opened this issue Nov 14, 2021 · 3 comments
Labels
bug Something isn't working docs Needs documentation/release notes good first issue Good for newcomers hacktoberfest
Milestone

Comments

@faustodavid
Copy link

faustodavid commented Nov 14, 2021

Summary

What happened/what you expected to happen?

I was trying to follow the docs https://argoproj.github.io/argo-rollouts/generated/notification-services/webhook/ but failed to implement it.

In the end, I managed to implement the notification webhook with the help of @jessesuen which points me out the following.

  • The docs mention "Register webhook in argocd-notifications-cm ConfigMap" but it actually should be in argo-rollouts-notification-configmap in order to have access to the pre-defined argo-rollouts triggers.
  • It is required to create the secret argo-rollouts-notification-secret even if your webhook does not require any secret.

Diagnostics

What version of Argo Rollouts are you running?
1.1.0

# Paste the logs from the rollout controller

# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts

# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME>

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@faustodavid faustodavid added the bug Something isn't working label Nov 14, 2021
@faustodavid faustodavid changed the title Argo Workflows Webhook Notifications docs is not correct Argo Workflows Rollout Notifications docs is not correct Nov 15, 2021
@faustodavid faustodavid changed the title Argo Workflows Rollout Notifications docs is not correct Argo Rollout Notifications docs is not correct Nov 15, 2021
@kostis-codefresh kostis-codefresh added the docs Needs documentation/release notes label Nov 26, 2021
@blkperl blkperl added the good first issue Good for newcomers label Feb 23, 2022
@harikrongali harikrongali added this to the v1.4 milestone Oct 20, 2022
@Nishant-sehgal
Copy link

I can pick this up. Can you assign this to me ?

@Nishant-sehgal
Copy link

Have created a PR for this: argoproj/notifications-engine#113

@Nishant-sehgal
Copy link

@zachaller can u check ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Needs documentation/release notes good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

6 participants