mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 02:35:42 +00:00
refactor: use new filesys/fs_memory for in-memory layer
Signed-off-by: rycli <cyril@ryc.li>
This commit is contained in:
parent
cd3bb2d612
commit
3e0eb31dcc
5 changed files with 124 additions and 101 deletions
|
|
@ -230,7 +230,7 @@ func (b *Builder) kustomizationDiff(kustomization *kustomizev1.Kustomization) (s
|
|||
WithRecursive(b.recursive),
|
||||
WithLocalSources(b.localSources),
|
||||
WithSingleKustomization(),
|
||||
withBackend(b.backend),
|
||||
withFsBackend(b.fsBackend),
|
||||
)
|
||||
if err != nil {
|
||||
return "", false, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue