In the below code, I am not able to set autoScale from the configuration property. I am getting errors as "expected boolean but the string is supplied".
@Container(containerName = "${dynamic.container.name}"
, autoScale = "${dynamic.container.autoScale}", ru = "400")
public class FruitsContainer(){
.....
}
Kindly let me know how can I achieve this?