I have a doubt with this yamls, I was creating the second one and for any reaso . . .

Edith Puclla:
I have a doubt with this yamls, I was creating the second one and for any reason it was not accepting (yaml error), but the first one was accepted. It means that the order of envForm, image, name, matters here?

Fernando Jimenez:
Actually, the order is irrelevant, however, you carried along the - for list still in the envFrom, you must bring it up with image in the second one.

containers:
- image:
  name:
  envFrom:

Tanumoy Ghosh:
As Fernando said, here containers is array hence it would expect ‘-’ in the very next line, hope that helps

Edith Puclla:
Yes, that is right, I will take that into account . Thank you! :pray: