mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-12 15:10:04 +00:00
Take into account the server-side inventory for local diff
If implemented users will be able to use a local kustomization file while
retrieving status from the live kustomization file.
Signed-off-by: Soule BA <soule@weave.works>
(cherry picked from commit 90d95988aa)
This commit is contained in:
parent
dab51524be
commit
5875aac92e
4 changed files with 173 additions and 16 deletions
|
|
@ -159,6 +159,7 @@ spec:
|
|||
tmpl := map[string]string{
|
||||
"fluxns": allocateNamespace("flux-system"),
|
||||
}
|
||||
setup(t, tmpl)
|
||||
|
||||
testEnv.CreateObjectFile("./testdata/build-kustomization/podinfo-source.yaml", tmpl, t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue