-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
FR: Allow Resources to be declared as "optional" #812
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
Example use-cases:
|
/assign pritidesai |
pritidesai
added a commit
to pritidesai/catalog
that referenced
this issue
Sep 25, 2019
Adding tekton resources such as conditions, pipeline, and pipelinerun with updated openwhisk.yaml so that the deployment can pull entire github repo with the application source, install necessary dependencies, archive the source with its dependencies, and inject base64 encoded data into OpenWhisk runtime. Note that, have added openwhisk.yaml under runtimes/javascript/ since Tekton Pipeline does not yet support optional pipeline resources such as, this is tracked as part of tektoncd/pipeline#812 once this is fixed, will update original openwhisk.yaml
2 tasks
/kind feature |
tekton-robot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Nov 7, 2019
ghost
mentioned this issue
Nov 12, 2019
gke-deploy Task in the catalog could use this functionality: tektoncd/catalog#126 That task would ideally be able to accept either a cluster resource OR the necessary args to configure access to that cluster. Very similar to the first example use case mentioned by @dlorenc |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Task
authors should be able to declare some Inputs as "optional".Actual Behavior
Today all declared input resources must be supplied.
The text was updated successfully, but these errors were encountered: