I stumbled upon some kubernetes cronjobs recently, that were using several ENV variables as arguments to the script being run.

When the necessity to run the command with a specific argument arose, I had to patch the container's image using a kubectl patch command. After I was done, I wondered if...

Continue reading...