Skip to content

Commit 2e4b3e4

Browse files
committed
chore: add kustomization to standard example
1 parent 5972617 commit 2e4b3e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/standard/kustomization.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)