mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4",
|
||||
"worker_nodes_instance_count": "1"
|
||||
"worker_nodes_instance_count": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4",
|
||||
"worker_nodes_instance_count": "1"
|
||||
"worker_nodes_instance_count": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user