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
When a TriggerTemplate resource template contains labels, those labels should be included in the created resource.
TriggerTemplate
The labels are not included in the created resource.
Trigger
Kubernetes version:
Output of kubectl version:
kubectl version
Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.10", GitCommit:"0fa26aea1d5c21516b0d96fea95a77d8d429912e", GitTreeState:"clean", BuildDate:"2024-01-17T13:46:28Z", GoVersion:"go1.20.13", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v5.0.1 Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.10", GitCommit:"0fa26aea1d5c21516b0d96fea95a77d8d429912e", GitTreeState:"clean", BuildDate:"2024-01-17T13:38:41Z", GoVersion:"go1.20.13", Compiler:"gc", Platform:"linux/amd64"}
Tekton Pipeline version:
v0.53.3
Tekton Triggers version:
v0.25.3
The text was updated successfully, but these errors were encountered:
Hi @ggallen 👋
I see its an issue with Pipeline I mean even if you try directly customRun without using Triggers you face the same issue
So can you create an issue in Pipeline?
Sorry, something went wrong.
Superseded by tektoncd/pipeline#7639.
No branches or pull requests
Expected Behavior
When a
TriggerTemplate
resource template contains labels, those labels should be included in the created resource.Actual Behavior
The labels are not included in the created resource.
Steps to Reproduce the Problem
TriggerTemplate
with a resourceTemplate that contains labels in the metadata.Trigger
that uses the definedTriggerTemplate
.Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
v0.53.3
Tekton Triggers version:
v0.25.3
The text was updated successfully, but these errors were encountered: