I'm using a helm chart to deploy an etcd cluster. I need to modify the initial-cluster-state
ENV for the etcd nodes. How can I achieve this modification?
Javier Hernandez
Asked on Apr 10, 2024
values.yaml
file for the helm chart deployment of etcd.extraEnvVars
, extraEnvVarsCM
, and extraEnvVarsSecret
sections in the values.yaml
file.initial-cluster-state
, within the extraEnvVars
section.