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

Docs for notifications are incorrect that show Argo Rollouts templates using Argo CD Application data #3998

Open
2 tasks
toddradin opened this issue Dec 11, 2024 · 1 comment
Labels
bug Something isn't working docs Needs documentation/release notes

Comments

@toddradin
Copy link

Checklist:

  • I've included steps to reproduce the bug.
  • I've included the version of argo rollouts.

Describe the bug

Many of the docs of the Argo Rollout notification services make it seem that you can subscribe Argo CD Application to Argo Rollout triggers or access Argo CD Application data (e.g. .app.metadata.name) in Argo Rollout templates. This is incorrect per #3990 as Argo Rollouts notifications only has context to Rollout resources.

To Reproduce

Expected behavior

Screenshots

Version

Logs

# 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 👍.

@toddradin toddradin added the bug Something isn't working label Dec 11, 2024
@kostis-codefresh kostis-codefresh added the docs Needs documentation/release notes label Dec 12, 2024
@kostis-codefresh
Copy link
Member

Possibly duplicate of #1680

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
Projects
None yet
Development

No branches or pull requests

2 participants