From bbd829b9f0c25e3965c877c4b72a26726ffea264 Mon Sep 17 00:00:00 2001 From: Shoubhik Bose Date: Wed, 16 Feb 2022 19:52:34 -0500 Subject: [PATCH] tekton ci for gitops service repo (#117) --- components/gitops/.tekton/kustomization.yaml | 1 + components/gitops/.tekton/pipelines-as-code.yaml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 components/gitops/.tekton/pipelines-as-code.yaml 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"