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

Add --ignore-missing option on argo lint to ignore errors from missing references #14204

Open
pakio opened this issue Feb 18, 2025 · 0 comments
Labels
type/feature Feature request

Comments

@pakio
Copy link

pakio commented Feb 18, 2025

Summary

Add --ignore-missing option on argo lint to allow users to ignore errors depending on other resources.

Use Cases

In some use cases, for example when lint is used with --offline option, we cannot necessarily guarantee that all dependent resources are available in the same directory/repository. Imagine there are some centralized repository where manages commonly used Cluster Workflow Template and each individual Workflow definitions are managed in a separate place. For those scenarios, it is expected to receive couldn't find cluster workflow template ** error on every execution.

This change allows users to catch grammatical mistakes, while ignoring expected errors for undefined references.


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

@pakio pakio added the type/feature Feature request label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant