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>
This commit is contained in:
Soule BA 2023-07-10 17:22:07 +02:00
parent e88577fe52
commit 90d95988aa
No known key found for this signature in database
GPG key ID: 4D40965192802994
4 changed files with 173 additions and 16 deletions

View file

@ -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)