Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 38cdd2f

Browse files
committed
crds: add kustomization.yaml
This `kustomization` simply lists all CRD manifests. As such it can be referred to from other layers to import/include all CRDs in another rendering.
1 parent 5504b61 commit 38cdd2f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: crds/kustomization.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
5+
resources:
6+
- objectstorage.k8s.io_bucketaccesses.yaml
7+
- objectstorage.k8s.io_bucketaccessclasses.yaml
8+
- objectstorage.k8s.io_bucketaccessrequests.yaml
9+
- objectstorage.k8s.io_bucketclasses.yaml
10+
- objectstorage.k8s.io_bucketrequests.yaml
11+
- objectstorage.k8s.io_buckets.yaml

0 commit comments

Comments
 (0)