
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
10 lines
208 B
YAML
10 lines
208 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- manager.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- manager_pull_policy.yaml
|
|
- manager_image_patch.yaml
|
|
- manager_auth_proxy_patch.yaml
|