Move kustomize pattern to strategic merge;Fix regex patterns;Update description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-07 10:29:41 +02:00
parent c385baf630
commit 2f91c0f7c3
3 changed files with 14 additions and 8 deletions

View File

@ -104,8 +104,8 @@
clustersize: >-
{{ {
'controlplane': vapp['deployment.type'] | regex_findall('^cp(\d)+') | first,
'worker': vapp['deployment.type'] | regex_findall('w(\d)+$') | first,
'workerstorage': vapp['deployment.type'] | regex_findall('ws(\d)+') | first
'worker': vapp['deployment.type'] | regex_findall('w(\d)+') | first,
'workerstorage': vapp['deployment.type'] | regex_findall('ws(\d)+$') | first
} }}
- name: Generate workload cluster manifest