Skip to content

Commit

Permalink
chore: add kustomization to standard example
Browse files Browse the repository at this point in the history
  • Loading branch information
sanadhis committed Jul 16, 2024
1 parent 5972617 commit 2e4b3e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/standard/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system

resources:
- cluster-role.yaml
- cluster-role-binding.yaml
- service-account.yaml
- deployment.yaml
- service.yaml

0 comments on commit 2e4b3e4

Please sign in to comment.