Add workload-cluster worker-node size property
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-26 09:17:41 +02:00
parent ca8044b4ab
commit fd1c306061
4 changed files with 31 additions and 2 deletions

View File

@ -221,6 +221,18 @@ patchesJson6902:
path: /spec/controlPlaneRef/name
value: ${CLUSTER_NAME}-master
- target:
group: infrastructure.cluster.x-k8s.io
version: v1beta1
kind: VSphereMachineTemplate
name: \${CLUSTER_NAME}-worker
patch: |-
- op: replace
path: /spec/template/spec/numCPUs
value: {{ _template.nodesize.cpu }}
- op: replace
path: /spec/template/spec/memoryMiB
value: {{ _template.nodesize.memory }}
- target:
group: cluster.x-k8s.io
version: v1beta1