![Shiba, Sidney](/assets/img/avatar_default.png)
This patchset provides the manifests supporting CAPZ v0.5.2. It requires CAPI v1alpha4 (v0.4.2) manifests and clusterctl v0.4.2 binary to work properly. Depends-on: https://review.opendev.org/c/airship/airshipctl/+/804834 Relates-to: #600 Change-Id: Icccaf84d8765c75fb19bb2be352086cc33647f30
18 lines
476 B
YAML
18 lines
476 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
|