48bf0b87c3
Contents of cabpk moved to appropriate directory to comply with clusterctl requirements Change-Id: Ic65ab669155ef3bdb4d1e87bae62506703cd9c04
18 lines
504 B
YAML
18 lines
504 B
YAML
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
|
|
nameReference:
|
|
- kind: Service
|
|
version: v1
|
|
fieldSpecs:
|
|
- kind: CustomResourceDefinition
|
|
group: apiextensions.k8s.io
|
|
path: spec/conversion/webhook/clientConfig/service/name
|
|
|
|
namespace:
|
|
- kind: CustomResourceDefinition
|
|
group: apiextensions.k8s.io
|
|
path: spec/conversion/webhook/clientConfig/service/namespace
|
|
create: false
|
|
|
|
varReference:
|
|
- path: metadata/annotations
|