From 771f912abd026a2a90106e704afabe3d943c9e32 Mon Sep 17 00:00:00 2001 From: rcarrata Date: Sun, 29 May 2022 01:07:41 +0200 Subject: [PATCH] adding new crds --- bootstrap/roles/ocp4-install-gitops/defaults/main.yaml | 3 +++ bootstrap/roles/ocp4-install-pipelines/defaults/main.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bootstrap/roles/ocp4-install-gitops/defaults/main.yaml b/bootstrap/roles/ocp4-install-gitops/defaults/main.yaml index 4884653..1c13177 100644 --- a/bootstrap/roles/ocp4-install-gitops/defaults/main.yaml +++ b/bootstrap/roles/ocp4-install-gitops/defaults/main.yaml @@ -1,4 +1,7 @@ pipelines_expected_crds: +- pipelineresources.tekton.dev +- pipelineruns.tekton.dev +- pipelines.tekton.dev - tektonpipelines.operator.tekton.dev gitops_expected_crds: diff --git a/bootstrap/roles/ocp4-install-pipelines/defaults/main.yaml b/bootstrap/roles/ocp4-install-pipelines/defaults/main.yaml index 4884653..1c13177 100644 --- a/bootstrap/roles/ocp4-install-pipelines/defaults/main.yaml +++ b/bootstrap/roles/ocp4-install-pipelines/defaults/main.yaml @@ -1,4 +1,7 @@ pipelines_expected_crds: +- pipelineresources.tekton.dev +- pipelineruns.tekton.dev +- pipelines.tekton.dev - tektonpipelines.operator.tekton.dev gitops_expected_crds: