Files
home-cluster-ops/infrastructures/argo-workflows/base/kustomization.yaml
2024-08-28 15:50:03 +10:00

14 lines
341 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./custom-resource-definition.yaml
- ./service-account.yaml
- ./role.yaml
- ./cluster-role.yaml
- ./role-binding.yaml
- ./cluster-role-binding.yaml
- ./configmap.yaml
- ./secret.yaml
- ./service.yaml
- ./priority-class.yaml
- ./deployment.yaml