Skip to content

Creating a PipelineRun causes multiple PipelineRun resources to be created #127

@sabre1041

Description

@sabre1041

When creating a PipelineRun through the UI, multiple (2) PipelineRun resources are ultimately created within OpenShift.

How to reproduce

  1. Configure the ZTVP with the Supply Chain Use Case
  2. Create a PipelineRun with the following content:
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
  generateName: qtodo-manual-run-
  namespace: layered-zero-trust-hub
spec:
  pipelineRef:
    name: qtodo-supply-chain
  taskRunTemplate:
    serviceAccountName: pipeline
  timeouts:
    pipeline: 1h0m0s
  workspaces:
    - name: qtodo-source
      persistentVolumeClaim:
        claimName: qtodo-workspace-source
    - name: registry-auth-config
      secret:
        secretName: qtodo-registry-auth
  1. Observe that multiple PipelineRun resources are creted

Expected Result

  1. A single `PipelineRun is created

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions