Patching Multiple Objects At Once with Kustomize

While trying to turn off all cron jobs with Kustomize, I learned today that you can patch multiple objects at once.

The syntax is pretty simple, and you can also use regexes as well to match on resources:

target:
  name: foo.*

This is just one of many useful examples of lesser-known Kustomize features that you can find here.


Join the 80/20 DevOps Newsletter

If you're an engineering leader or developer, you should subscribe to my 80/20 DevOps Newsletter. Give me 1 minute of your day, and I'll teach you essential DevOps skills. I cover topics like Kubernetes, AWS, Infrastructure as Code, and more.

Not sure yet? Check out the archive.

Unsubscribe at any time.