chore: add kustomization to standard example

This commit is contained in:
sanadhis 2024-07-10 16:35:14 +02:00
parent 5972617294
commit 2e4b3e4965
No known key found for this signature in database
GPG Key ID: 89DE08735D2FB3E4
1 changed files with 10 additions and 0 deletions

View File

@ -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