Hamdy BENSALAH
Hamdy BENSALAH
[clabot:check]
@cbonami i think that it can be done using the “ customEnv” like following way: `cp-control-center: enabled: true configurationOverrides: "replication.factor": "1" customEnv: "CONTROL_CENTER_CONNECT_CP-KAFKA-CONNECT_CLUSTER" : "http://kafka-cp-kafka-connect:8083" ` I’ve just used this...
@yxxhero thank you for your prompt, Actually yes, it’s happening for 0.144.x and 0.143.x too. In this case of “-args” is not fully supported, how can we achieve the behavior...
Hi @mumoshu, In the context of automation and CICD in microservice world, every component contains its CI pipeline, its deployment and CD logic including its helm chart. These type of...
@mumoshu do you mean why not to just use “helm apply —reuse-value” in this situation instead of “helmfile”? Actually yes, I’m using two helmfile files. The 1st type of helmfile...
@mumoshu thank you for your prompt reply! Yeah that’s exactly the case. When I dry-run it, I found out that helmfile use **always** the default values with the provided values...
@mumoshu i think you mean to add "--reuse-values", since "--reset-values" is the current default behavior of Helmfile, isn't? And yes of course, feel free to reformulate the issue for the...
As mentioned above, I’m pulling the current values using “helm get values” and storing it into a local file, then I append it to helmfile using “helmfile sync —values …”...
@Roman1us regarding paths, i’m using different —datadir and —web-port when running the instances. For partitions consumption, im using the topic “greetings_topic” as a source topic to write into the GlobalTable,...
Hi @dario-collavini, what’s the approach you used to mock the GlobalTable?