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 lint should work for argo-event resources such as EventSource and Sensor #3260

Open
jdinsel-xealth opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jdinsel-xealth
Copy link

Is your feature request related to a problem? Please describe.

We use the Argo CLI to lint our workflows in our development process and the CI/CD pipeline. It catches errors up front and can be a useful static debugging tool. It does not find any files to lint when given a path to an EventSource or Sensor.

Describe the solution you'd like

Argo lint should be able to consume the argo-event resources.

Describe alternatives you've considered

A manual process of copying and pasting the k8s resource into a separate file and running argo lint against that file has been a useful workaround, but it requires much more manual intervention.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@jdinsel-xealth jdinsel-xealth added the enhancement New feature or request label Aug 26, 2024
@justinfx
Copy link

Can someone comment on this please? We just hit an issue with new users and found that linting doesn't work for Argo events. Would be an immensely useful feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@justinfx @jdinsel-xealth and others