I have git repo with my cronjobs yaml files. I want to use kustomize to set image in one place and apply it to all yaml. How to do this with kustomize?
My files:
cronjobs/
├─ cronone/
│ \─ cronone.yaml
├─ crontwo/
│ \─ crontwo.yaml
├─ cronthree/
│ \─ cronthree.yaml
\-kustomize.yaml