20 lines
304 B
YAML
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
|
|
|
|
|