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
This is my TriggerTemplate:
apiVersion: triggers.tekton.dev/v1alpha1 kind: TriggerTemplate metadata: name: tekton-configuration-cd spec: resourcetemplates: - apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: generateName: tekton-configuration-cd- spec: taskRef: name: tekton-configuration-cd resources: inputs: - name: tekton-configuration-git resourceRef: name: tekton-configuration-git
and I double-check it with the documentation multiple times and is correct, but on vs code with the tekton extension I see this error:
Tekton Pipelines: v0.13.0
The text was updated successfully, but these errors were encountered:
sudhirverma
Successfully merging a pull request may close this issue.
This is my TriggerTemplate:
and I double-check it with the documentation multiple times and is correct, but on vs code with the tekton extension I see this error:
Tekton Pipelines: v0.13.0
The text was updated successfully, but these errors were encountered: