![Drew Walters](/assets/img/avatar_default.png)
This change adds a function to deploy SIP, the Support Infrastructure Provider. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: I4b6ac2707d495217bec14c09bec34f305a12e8e3
16 lines
472 B
YAML
16 lines
472 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
|