Is there any possibility to add (by patch) new environment variable to every container by Kustomize? Currently I can manage to pass it to some containers defined by name
but I want not to set the name
.
Asked
Active
Viewed 1,897 times
3

Konstantin Smolyanin
- 17,579
- 12
- 56
- 56
-
looks like the same problem like here? https://stackoverflow.com/questions/72301379/kustomize-patch-every-item-in-a-list – criztovyl May 26 '22 at 06:50
-
@criztovyl thank you! yes, it seems that there is a similar problem – Konstantin Smolyanin Jun 02 '22 at 08:07