Skip to content

Commit

Permalink
chore: put kube-system kustomization into subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Aug 7, 2024
1 parent aa3068f commit 88e1170
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 26 deletions.
7 changes: 7 additions & 0 deletions kubernetes/kube-system/cilium/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repo.yaml
- release.yaml
- netpol.yaml
26 changes: 0 additions & 26 deletions kubernetes/kube-system/kustomization.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions kubernetes/kube-system/metrics-server/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repo.yaml
- release.yaml
- netpol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repo.yaml
- release.yaml
- rule.yaml
- netpol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repo.yaml
- release.yaml
- netpol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repo.yaml
- release.yaml
- netpol.yaml
9 changes: 9 additions & 0 deletions kubernetes/kube-system/snapshot-controller/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- crd-repo.yaml
- crd.yaml
- app-repo.yaml
- app.yaml
- netpol.yaml

0 comments on commit 88e1170

Please sign in to comment.