mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-26 05:18:51 +00:00
Add the possibility to ignore files with build and diff ks
If implemented, user will be able to ignore files when using `build kustomization` and `diff kustomization` both with .sourceignore and `ignore-paths` flag. Signed-off-by: Soule BA <bah.soule@gmail.com>
This commit is contained in:
parent
f00fee5328
commit
b74638c25c
11 changed files with 107 additions and 9 deletions
2
go.mod
2
go.mod
|
|
@ -18,7 +18,7 @@ require (
|
|||
github.com/fluxcd/pkg/apis/meta v1.0.0
|
||||
github.com/fluxcd/pkg/git v0.11.0
|
||||
github.com/fluxcd/pkg/git/gogit v0.8.1
|
||||
github.com/fluxcd/pkg/kustomize v1.1.0
|
||||
github.com/fluxcd/pkg/kustomize v1.1.1
|
||||
github.com/fluxcd/pkg/oci v0.22.0
|
||||
github.com/fluxcd/pkg/runtime v0.35.0
|
||||
github.com/fluxcd/pkg/sourceignore v0.3.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue