chore: add kustomization to standard example
This commit is contained in:
parent
5972617294
commit
2e4b3e4965
|
|
@ -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
|
||||
Loading…
Reference in New Issue