From c8cc0972f7d5cc5f718850891620be83e33c0740 Mon Sep 17 00:00:00 2001 From: Homaja Marisetty Date: Wed, 6 Nov 2024 08:41:21 -0500 Subject: [PATCH] chore(KFLUXVNGD-88): Add crossplane component Initial crossplane component is added in the components of the infra-deployments. Jira-Url: https://issues.redhat.com/browse/KFLUXVNGD-88 Signed-off-by: Homaja Marisetty --- components/crossplane-control-plane/base/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/crossplane-control-plane/base/kustomization.yaml diff --git a/components/crossplane-control-plane/base/kustomization.yaml b/components/crossplane-control-plane/base/kustomization.yaml new file mode 100644 index 00000000000..5349e2e586d --- /dev/null +++ b/components/crossplane-control-plane/base/kustomization.yaml @@ -0,0 +1,5 @@ +resources: +- https://github.com/konflux-ci/crossplane-control-plane/config?ref=163fa09295ae898066041e5366f74a0576655aeb + +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization