worker_nodes_instance_count should be integer instead of string (#17306)

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-06-22 16:29:33 +02:00
committed by GitHub
parent ac3f488011
commit fe8967c90e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"target_platform_id": "{VIB_ENV_ALTERNATIVE_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": "1"
"worker_nodes_instance_count": 1
}
}
},
+1 -1
View File
@@ -26,7 +26,7 @@
"target_platform_id": "{VIB_ENV_ALTERNATIVE_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": "1"
"worker_nodes_instance_count": 1
}
}
},
+1 -1
View File
@@ -26,7 +26,7 @@
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": "1"
"worker_nodes_instance_count": 1
}
}
},
+1 -1
View File
@@ -26,7 +26,7 @@
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": "1"
"worker_nodes_instance_count": 1
}
}
},