Update documentation for Cluster-API and Flux
[icn.git] / deploy / baremetal-operator / base / crd / kustomizeconfig.yaml
1 # This file is for teaching kustomize how to substitute name and namespace reference in CRD
2 nameReference:
3 - kind: Service
4   version: v1
5   fieldSpecs:
6   - kind: CustomResourceDefinition
7     group: apiextensions.k8s.io
8     path: spec/conversion/webhookClientConfig/service/name
9
10 namespace:
11 - kind: CustomResourceDefinition
12   group: apiextensions.k8s.io
13   path: spec/conversion/webhookClientConfig/service/namespace
14   create: false
15
16 varReference:
17 - path: metadata/annotations