From 9f98b4dc9dc186d69894fa5f0096330052a783bd Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Wed, 31 May 2023 15:40:50 +0200 Subject: [PATCH] Add kustomization.yaml file for CRDs --- config/crd/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/crd/kustomization.yaml diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml new file mode 100644 index 000000000..2c5260860 --- /dev/null +++ b/config/crd/kustomization.yaml @@ -0,0 +1,8 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - bases/ibm.com_quotasubtree-v1.yaml + - bases/mcad.ibm.com_appwrappers.yaml + - bases/mcad.ibm.com_queuejobs.yaml + - bases/mcad.ibm.com_schedulingspecs.yaml