fix: Change CIDR subnet block #2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-24 15:28:09 +02:00
parent ef58b823c2
commit bb58e287b7
2 changed files with 10 additions and 3 deletions

View File

@ -217,8 +217,10 @@ patches:
name: \${CLUSTER_NAME}
patch: |-
- op: replace
path: /spec/clusterNetwork/pods/cidrBlocks/-
value: 172.30.0.0/16
path: /spec/clusterNetwork/pods
value:
cidrBlocks:
- 172.30.0.0/16
- op: replace
path: /spec/controlPlaneRef/name
value: ${CLUSTER_NAME}-master