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

Commit 7f1fc71

Browse files
committed
Move kustomization.yaml into its layer, deploy/base
1 parent 09366ec commit 7f1fc71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kustomization.yaml renamed to deploy/base/kustomization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ resources:
2525
- https://raw.githubusercontent.com/kubernetes-sigs/container-object-storage-interface-api/master/crds/objectstorage.k8s.io_bucketrequests.yaml
2626
- https://raw.githubusercontent.com/kubernetes-sigs/container-object-storage-interface-api/master/crds/objectstorage.k8s.io_buckets.yaml
2727
# Controller
28-
- deploy/base/ns.yaml
29-
- deploy/base/sa.yaml
30-
- deploy/base/rbac.yaml
31-
- deploy/base/deployment.yaml
28+
- ns.yaml
29+
- sa.yaml
30+
- rbac.yaml
31+
- deployment.yaml
3232
# Sidecar
3333
- https://raw.githubusercontent.com/container-object-storage-interface/cosi-provisioner-sidecar/master/examples/object-storage-sidecar.yaml
3434

0 commit comments

Comments
 (0)