This commit is contained in:
2024-08-28 15:50:03 +10:00
parent fc15336438
commit 118994d7f5
9 changed files with 8 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ./crd.yaml - ./custom-resource-definition.yaml
- ./sa.yaml - ./service-account.yaml
- ./role.yaml - ./role.yaml
- ./cr.yaml - ./cluster-role.yaml
- ./rb.yaml - ./role-binding.yaml
- ./crb.yaml - ./cluster-role-binding.yaml
- ./cm.yaml - ./configmap.yaml
- ./secret.yaml - ./secret.yaml
- ./svc.yaml - ./service.yaml
- ./pc.yaml - ./priority-class.yaml
- ./deployment.yaml - ./deployment.yaml