Files
ontime-operator/config/default/kustomization.yaml
2025-10-29 07:09:13 -05:00

20 lines
304 B
YAML

# Adds namespace to all resources.
namespace: ontime-operator
# Value of this field is prepended to the
# names of all resources
namePrefix: ontime-operator-
resources:
- ../crd
- ../rbac
- ../manager
- metrics_service.yaml
patches:
- path: manager_metrics_patch.yaml
target:
kind: Deployment