As of my knowledge currently only these types are supported for timoni bundle runtime:
@timoni(runtime:[string|number|bool]:[VAR_NAME])
But how would it separate this out into runtime?
csiConfig: [
{
clusterID: "91a5d5fc-7d2b-470e-804d-9adb5361f026"
monitors: [
"192.168.178.80:3300"
]
}
]
But this does not work:
csiConfig: [
{
clusterID: string @timoni(runtime:string:CEPH_CLUSTER_ID)
monitors: [...string] @timoni(runtime:json:CEPH_MONITORS)
}
]
As of my knowledge currently only these types are supported for timoni bundle runtime:
@timoni(runtime:[string|number|bool]:[VAR_NAME])
But how would it separate this out into runtime?
But this does not work: