Add missing kustomize patch;Switch to query filter
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-05 13:37:31 +02:00
parent 2b56677e9a
commit db090ac564
7 changed files with 20 additions and 11 deletions

View File

@ -219,3 +219,12 @@ patchesJson6902:
- op: replace
path: /spec/machineTemplate/infrastructureRef/name
value: ${CLUSTER_NAME}-master
- target:
group: cluster.x-k8s.io
version: v1beta1
kind: Cluster
name: \${CLUSTER_NAME}
patch: |-
- op: replace
path: /spec/controlPlaneRef/name
value: ${CLUSTER_NAME}-master