image-automation-controller/config/default/kustomization.yaml

15 lines
282 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Adds namespace to all resources.
namespace: image-automation-system
# Labels to add to all resources and selectors.
#commonLabels:
# someName: someValue
resources:
- ../crd
- ../rbac
- ../manager
- namespace.yaml