We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
argoproj.io/v1alpha1
If I have a YAML file which starts with apiVersion: argoproj.io/v1alpha1, what should I replace URL with in the # yaml-language-server: $schema=URL comment? There's no "v1alpha1" tag for https://github.com/argoproj/argo-schema-generator or https://github.com/argoproj/argo-workflows, so is the reference in some other repo?
apiVersion: argoproj.io/v1alpha1
URL
# yaml-language-server: $schema=URL
https://argoproj.github.io/argo-workflows/ide-setup/ refers to the schema on the master branch, but I assume there's a specific commit I can refer to, rather than a moving target.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have a YAML file which starts with
apiVersion: argoproj.io/v1alpha1
, what should I replaceURL
with in the# yaml-language-server: $schema=URL
comment? There's no "v1alpha1" tag for https://github.com/argoproj/argo-schema-generator or https://github.com/argoproj/argo-workflows, so is the reference in some other repo?https://argoproj.github.io/argo-workflows/ide-setup/ refers to the schema on the master branch, but I assume there's a specific commit I can refer to, rather than a moving target.
The text was updated successfully, but these errors were encountered: