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

Commit 7287c3d

Browse files
authored
Merge pull request #32 from tparikh/kustomize-refactor
Refactor Kustomize templates
2 parents d79d353 + 8e846a7 commit 7287c3d

File tree

10 files changed

+15
-53
lines changed

10 files changed

+15
-53
lines changed

Diff for: deploy/base/kustomization.yaml

-13
This file was deleted.

Diff for: deploy/fullstack/controller/kustomization.yaml

-12
This file was deleted.

Diff for: deploy/fullstack/controller/ns.yaml

-5
This file was deleted.

Diff for: deploy/fullstack/kustomization.yaml

-7
This file was deleted.

Diff for: deploy/fullstack/provisioner/kustomization.yaml

-11
This file was deleted.

Diff for: deploy/fullstack/provisioner/ns.yaml

-5
This file was deleted.

Diff for: kustomization.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
5+
commonLabels:
6+
app.kubernetes.io/part-of: container-object-storage-interface
7+
app.kubernetes.io/component: controller
8+
app.kubernetes.io/version: main
9+
app.kubernetes.io/name: container-object-storage-interface-controller
10+
11+
resources:
12+
- resources/sa.yaml
13+
- resources/rbac.yaml
14+
- resources/deployment.yaml

Diff for: deploy/base/deployment.yaml renamed to resources/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ spec:
1818
matchLabels:
1919
app.kubernetes.io/part-of: container-object-storage-interface
2020
app.kubernetes.io/component: controller
21+
app.kubernetes.io/version: main
2122
app.kubernetes.io/name: container-object-storage-interface-controller
2223
template:
2324
metadata:
File renamed without changes.

Diff for: deploy/base/sa.yaml renamed to resources/sa.yaml

File renamed without changes.

0 commit comments

Comments
 (0)