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

Incorrect param type passed to stepaction makes it use default value #8079

Closed
arifash01 opened this issue Jun 26, 2024 · 2 comments · Fixed by #8102
Closed

Incorrect param type passed to stepaction makes it use default value #8079

arifash01 opened this issue Jun 26, 2024 · 2 comments · Fixed by #8102
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@arifash01
Copy link

Github Repo Link to reproduce bug: https://github.com/arifash01/tekton-param-issue

Expected Behavior

Fail the run because the commands param expects a list but a string is passed instead

Actual Behavior

Run succeeds and the logs show the default value instead

  • Kubernetes version:

    Output of kubectl version:

Client Version: v1.29.3
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.5-gke.1060000
  • Tekton Pipeline version:

    Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'

Client version: 0.32.0
Pipeline version: v0.58.0
@arifash01 arifash01 added the kind/bug Categorizes issue or PR as related to a bug. label Jun 26, 2024
@chitrangpatel
Copy link
Member

Thanks @arifash01! This is indeed a bug.

@samagana
Copy link
Contributor

samagana commented Jul 6, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants