57a543478c
Adding Deployment manifests and README.md Relates-To-Issue: #78 Change-Id: I9fd1aa39a19bd1d60bdbed826016aeb0786bb188 Co-Authored-By: Ashu Kumar <ashughorla@gmail.com>
18 lines
474 B
YAML
18 lines
474 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/webhookClientConfig/service/name
|
|
|
|
namespace:
|
|
- kind: CustomResourceDefinition
|
|
group: apiextensions.k8s.io
|
|
path: spec/conversion/webhookClientConfig/service/namespace
|
|
create: false
|
|
|
|
varReference:
|
|
- path: metadata/annotations
|