Consul clients init container failed

hi, my consul clients are failing to start with the below error. and the secret “consul-client-acl-token” exists. consul servers are up and running. please advise.

consul servers are in failed state and came back online after deleting the server pods.

Error getting Kubernetes secret: secrets “consul-client-acl-token” not found

You may want to include your helm chart and values.yaml. My guess is that you’re either re-using volumes or somehow remapping them, that error usually means you’re pointing a server to a data volume that has data from another consul already in it.

Sorry for the late reply. it is good now.
with new branching strategy we argo synced it from wrong branch where we missed the namespace for daemonset. so it is unable to find the secret in default namespace.