Files
home-cluster-ops/infrastructures/argo-events/base/kustomization.yaml

10 lines
257 B
YAML

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