Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions deploy/base/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/fullstack/controller/kustomization.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions deploy/fullstack/controller/ns.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions deploy/fullstack/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/fullstack/provisioner/kustomization.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions deploy/fullstack/provisioner/ns.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
app.kubernetes.io/part-of: container-object-storage-interface
app.kubernetes.io/component: controller
app.kubernetes.io/version: main
app.kubernetes.io/name: container-object-storage-interface-controller

resources:
- resources/sa.yaml
- resources/rbac.yaml
- resources/deployment.yaml
1 change: 1 addition & 0 deletions deploy/base/deployment.yaml → resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
matchLabels:
app.kubernetes.io/part-of: container-object-storage-interface
app.kubernetes.io/component: controller
app.kubernetes.io/version: main
app.kubernetes.io/name: container-object-storage-interface-controller
template:
metadata:
Expand Down
File renamed without changes.
File renamed without changes.