Helm range only getting last value – Nginx
I want multiple containers in the deployment template so I am just iterating over the values.yaml and had put the container configuration in the range loop. values.yaml images: image1: name: "hjdsh" repository: nginx pullPolicy: IfNotPresent # Overrides the image tag…