I want to perform rolling update in Kubernetes by only changing env variables. like changing env variable from CACHE_SIZE=10 to
CACHE_SIZE=100
while the base image is the same.
Issue: i don't want to delete pod and service. Just want to restart all the pods with new env variable.
UPDATE : Want to change the env variable via kubernetes API