cf1f55f3ca
* upgrade cabpk to v0.3.7 Change-Id: Ib6343048eccc95e4b941cf83103cc763b866c687 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
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
|