hydra-maester/config/crd/kustomizeconfig.yaml

18 lines
502 B
YAML
Raw Normal View History

2019-08-21 10:12:07 +02:00
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
nameReference:
2022-09-22 07:52:52 -05:00
- kind: Service
version: v1
fieldSpecs:
- kind: CustomResourceDefinition
group: apiextensions.k8s.io
path: spec/conversion/webhookClientConfig/service/name
2019-08-21 10:12:07 +02:00
namespace:
2022-09-22 07:52:52 -05:00
- kind: CustomResourceDefinition
group: apiextensions.k8s.io
path: spec/conversion/webhookClientConfig/service/namespace
create: false
2019-08-21 10:12:07 +02:00
varReference:
2022-09-22 07:52:52 -05:00
- path: metadata/annotations