mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-24 12:28:52 +00:00
feat: add WithInMemoryBuild to use filesys.MakeFsInMemory for kustomize
Signed-off-by: rycli <cyril@ryc.li>
This commit is contained in:
parent
c432d380dd
commit
8b7adab83c
5 changed files with 244 additions and 15 deletions
|
|
@ -230,6 +230,7 @@ func (b *Builder) kustomizationDiff(kustomization *kustomizev1.Kustomization) (s
|
|||
WithRecursive(b.recursive),
|
||||
WithLocalSources(b.localSources),
|
||||
WithSingleKustomization(),
|
||||
withBackend(b.backend),
|
||||
)
|
||||
if err != nil {
|
||||
return "", false, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue