how to run kustomize build
against a kustomize.toolkit.fluxcd.io/v1beta1 manifest in flux2
#1236
Replies: 2 comments 2 replies
-
Please see:
|
Beta Was this translation helpful? Give feedback.
-
@thomas-b-jackson - I think I am looking for the same thing as you are, just want to be sure. I have my What I want to do is move some overlays into the Is that what you need, more or less? Any idea how to accomplish it? |
Beta Was this translation helpful? Give feedback.
-
With flux1, I could test my builds locally by running
kustomize build
against a folder containing a hierarchy of child folders that each contain a kustomize.config.k8s.io/v1beta1 manifest.In this way, I could test a change locally before pushing the commit to the repo flux1 would sync from.
With flux2, I can't find an equivalent test process.
Beta Was this translation helpful? Give feedback.
All reactions