[bitnami/redis] Remove worker nodes setting from VIB tests (#17474)

* [bitnami/redis] Remove worker nodes setting from VIB tests

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Remove worker_nodes_instance_count from publish as well

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

---------

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-07-04 19:48:59 +02:00
committed by GitHub
parent d6234d8b89
commit 473bad6cb9
2 changed files with 2 additions and 4 deletions

View File

@@ -25,8 +25,7 @@
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": 1
"name": "S4"
}
}
},

View File

@@ -25,8 +25,7 @@
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4",
"worker_nodes_instance_count": 1
"name": "S4"
}
}
},