inputs:
literals:
tokenizer:
scalar:
primitive:
stringValue: a
Is there any way we can ask the control plane components to not keep the actual values in the control plane bucket?
a
average-finland-92144
02/19/2024, 4:13 PM
AFAICT and considering the docs I'd say that the metadata store (where Inputs are persisted) is shared by both the control and data planes
Regardless of the Helm chart you're using, you can specify separate buckets for metadata and Raw data but not a metadata bucket per cluster
g
green-crayon-74257
02/20/2024, 3:59 AM
Regardless of the Helm chart you're using, you can specify separate buckets for metadata and Raw data but not a metadata bucket per cluster (
Yes, that's what I figured from the chart.
the metadata store (where Inputs are persisted) is shared by both the control and data planes
What I observed is that the data plane can work without access to the metadata bucket (control plane), and this is because the inputs are already bound in the Workflow manifest.
a
average-finland-92144
02/20/2024, 2:59 PM
Right. Compiled protobuf representation of the workflow structure is stored in the database from where propeller will retrieve it to start an execution, so in theory it enables two different clusters to not share the metadata bucket
Can you please try enabling multi-container?
Add this to your Helm chart config and then update: