Skip to content

Commit 41fc835

Browse files
fix existing yaml configs with nodepool replicas (#12086)
Signed-off-by: Daniel Osypenko <[email protected]>
1 parent e77880d commit 41fc835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/deployment/fusion_hci_pc/client_bm_upi_1az_rhcos_nvme_2w.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV_DATA:
44
cluster_type: 'hci_client'
55
cluster_namespace: "openshift-storage-client"
66
deployment_type: 'upi'
7-
worker_replicas: 2
7+
nodepool_replicas: 2
88
mon_type: 'hostpath'
99
osd_type: 'nvme'
1010
REPORTING:

conf/deployment/fusion_hci_pc/client_bm_upi_1az_rhcos_nvme_3w.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV_DATA:
44
cluster_type: 'hci_client'
55
cluster_namespace: "openshift-storage-client"
66
deployment_type: 'upi'
7-
worker_replicas: 3
7+
nodepool_replicas: 3
88
mon_type: 'hostpath'
99
osd_type: 'nvme'
1010
REPORTING:

0 commit comments

Comments
 (0)