diff --git a/components/gitops/.tekton/kustomization.yaml b/components/gitops/.tekton/kustomization.yaml index 5f919c612..f013ed3c3 100644 --- a/components/gitops/.tekton/kustomization.yaml +++ b/components/gitops/.tekton/kustomization.yaml @@ -4,6 +4,7 @@ resources: - webhook-route.yaml - serviceaccount.yaml - pvc.yaml +- pipelines-as-code.yaml # Skip applying the Tekton operands while the Tekton operator is being installed. # See more information about this option, here: diff --git a/components/gitops/.tekton/pipelines-as-code.yaml b/components/gitops/.tekton/pipelines-as-code.yaml new file mode 100644 index 000000000..bec7e1aba --- /dev/null +++ b/components/gitops/.tekton/pipelines-as-code.yaml @@ -0,0 +1,7 @@ +apiVersion: pipelinesascode.tekton.dev/v1alpha1 +kind: Repository +metadata: + name: gitops-pac + namespace: gitops +spec: + url: "https://github.com/redhat-appstudio/managed-gitops"