Skip to content

Commit

Permalink
Merge pull request #2444 from sanadhis/chore-add-kustomization
Browse files Browse the repository at this point in the history
chore: add kustomization to standard example
  • Loading branch information
k8s-ci-robot authored Jul 16, 2024
2 parents 5972617 + 2e4b3e4 commit 7104d57
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 7104d57

Please sign in to comment.