Search before asking
Version
25.7
What's Wrong?
in function newSpecificEnvs(), the env var ENV_FE_ELECT_NUMBER is already added once, the following code:
if ddc.Spec.FeSpec.ElectionNumber != nil {...} will add it for twice;
What You Expected?
the env is added only once;
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct