Skip to content
#

tekton

Here are 108 public repositories matching this topic...

goldmann
goldmann commented Jul 8, 2021

Feature request

Consider this example Task:

apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
  name: resource-example
spec:
  description: Sample Task to show issues with passing parameters to resources.
  params:
    - name: RESOURCE_MEMORY_REQUEST
      type: string
      default: 1Gi
    - name: RESOURCE_MEMORY_LIMIT
      type: string
      default: 2Gi
  ste
skaegi
skaegi commented Jul 21, 2020

In the docs -- https://github.com/tektoncd/triggers/blob/master/docs/eventlisteners.md#serviceaccountname -- it states that ServiceAccountName is required. In our environment an EventListener author would never know what ServiceAccounts are available so we would like to use "default" in this case or better still follow Tekton Pipelines logic -- https://github.com/tektoncd/pipeline/blob/db66eca6112

jland-redhat
jland-redhat commented Jul 20, 2021

Feature request

A flag in which the tkn pipeline start return's just the name of the PipelineRun

Use case

Currently trying to make a basic smoke test pipeline that will run through and call an existing pipeline multiple times in sequence with different parameters. Currently when you run the command you get a message that is nice for a user where it gives you a command for follow

afrittoli
afrittoli commented Nov 3, 2020

The landing page could use a few improvements:

  • change the title to "Welcome to Tekton"
  • expand more on the initial paragraph
    • inline part of the concepts page, add a diagram or two
    • we could add a list of projects with a one sentence description about each
  • the "what's next" does not seem to add much value, I would remove it
  • rending of the TOC below seems broken, there is too

Improve this page

Add a description, image, and links to the tekton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tekton topic, visit your repo's landing page and select "manage topics."

Learn more