Skip to content

Commit 33fae89

Browse files
committed
examples: restore kustomization.yaml in autosharding and standard (accidentally removed during rebase)
1 parent 1caba42 commit 33fae89

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: kube-system
5+
6+
resources:
7+
- cluster-role-binding.yaml
8+
- cluster-role.yaml
9+
- role-binding.yaml
10+
- role.yaml
11+
- service-account.yaml
12+
- service.yaml
13+
- statefulset.yaml
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
namespace: kube-system
4+
5+
resources:
6+
- cluster-role.yaml
7+
- cluster-role-binding.yaml
8+
- service-account.yaml
9+
- deployment.yaml
10+
- service.yaml

0 commit comments

Comments
 (0)