Skip to content

Commit 7104d57

Browse files
authored
Merge pull request #2444 from sanadhis/chore-add-kustomization
chore: add kustomization to standard example
2 parents 5972617 + 2e4b3e4 commit 7104d57

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)