
This PS updates the capm3 version to 0.4.0, to fix the clusterctl move BMH bug. Closes: #466 Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
14 lines
249 B
YAML
14 lines
249 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- manager.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
patchesStrategicMerge:
|
|
- manager_image_patch.yaml
|
|
- manager_pull_policy.yaml
|
|
- manager_auth_proxy_patch.yaml
|