Retrieve original source for kustomize 21/1421/9
authorYolanda Robla <yroblamo@redhat.com>
Fri, 16 Aug 2019 14:18:45 +0000 (16:18 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Thu, 5 Sep 2019 14:18:38 +0000 (16:18 +0200)
commit59ce04c30e7c3249cf6a721b6673f9eebaa2f7bf
treee9a86f935ecf75dfdbde50243cf6cbc05624beb7
parentf672d9353867754f36d0574227cabc92f9bdf258
Retrieve original source for kustomize

When patching content that is dynamically generated
and not being in kustomize, it cannot be done as it
misses the original source. Add a pre-processing in
apply_workloads, so it will retrieve all the original
data from cluster deploy, to make it available
to kustomize.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Ibd37801768fa2c45b89bdfa161838d843dd2c436
pkg/site/site.go
pkg/utils/utils.go