abb3a10032
This patchset includes the manifests for CAPZ version v0.4.9, which has been added under airshipctl/manifests/function/capz/v0.4.9 Also added an entry in the clusterctl/clusterctl.yaml for CAPZ Change-Id: I3a52257320af1f68ec2d8f4302e7176b73f227dd
28 lines
915 B
YAML
28 lines
915 B
YAML
# the following config is for teaching kustomize where to look at when substituting vars.
|
|
# It requires kustomize v2.1.0 or newer to work properly.
|
|
nameReference:
|
|
- kind: Service
|
|
version: v1
|
|
fieldSpecs:
|
|
- kind: MutatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/name
|
|
- kind: ValidatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/name
|
|
|
|
namespace:
|
|
- kind: MutatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/namespace
|
|
create: true
|
|
- kind: ValidatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/namespace
|
|
create: true
|
|
|
|
varReference:
|
|
- path: metadata/annotations
|
|
- kind: Deployment
|
|
path: spec/template/spec/volumes/secret/secretName
|