
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
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
namespace: capz-system
|
|
|
|
namePrefix: capz-
|
|
|
|
# Labels to add to all resources and selectors.
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "infrastructure-azure"
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- credentials.yaml
|
|
- aad-pod-identity-deployment.yaml
|
|
|
|
bases:
|
|
- ../crd
|
|
- ../rbac
|
|
- ../manager
|
|
- ../webhook
|
|
- ../certmanager
|
|
|
|
patchesStrategicMerge:
|
|
- manager_image_patch.yaml
|
|
- manager_pull_policy.yaml
|
|
- manager_auth_proxy_patch.yaml
|
|
- manager_credentials_patch.yaml
|
|
- manager_webhook_patch.yaml
|
|
- webhookcainjection_patch.yaml
|
|
|
|
vars:
|
|
- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1
|
|
name: serving-cert # this name should match the one in certificate.yaml
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: CERTIFICATE_NAME
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1
|
|
name: serving-cert # this name should match the one in certificate.yaml
|
|
- name: SERVICE_NAMESPACE # namespace of the service
|
|
objref:
|
|
kind: Service
|
|
version: v1
|
|
name: webhook-service
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: SERVICE_NAME
|
|
objref:
|
|
kind: Service
|
|
version: v1
|
|
name: webhook-service
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml
|