You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a simple flip-coin example using pipelines and conditions. Since I cannot find a way to output parameters in a task, I use volumes to store the output and mount the volume in each task. But when it comes to conditions, the field "volume" is not supported. How should I accomplish this?
Internal error occurred: admission webhook "webhook.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "volumes"
Steps to Reproduce the Problem
kubectl apply -f condition.yaml
Additional Info
I searched among existed issues and found that it would be perfect if one of the following proposals were implemented, especially for users who have no access to GCS, the only supported storage resource.
Found a way to bypass the restriction. Declare volumes in pipelineRun.podTemplate and mount it in Condition.spec.check.volumeMounts. So I'm gonna close it.
Expected Behavior
I am trying to implement a simple flip-coin example using pipelines and conditions. Since I cannot find a way to output parameters in a task, I use volumes to store the output and mount the volume in each task. But when it comes to conditions, the field "volume" is not supported. How should I accomplish this?
Actual Behavior
Steps to Reproduce the Problem
Additional Info
I searched among existed issues and found that it would be perfect if one of the following proposals were implemented, especially for users who have no access to GCS, the only supported storage resource.
Param
#1273The text was updated successfully, but these errors were encountered: