This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
[Question] Can an ApplicationConfiguration deploy Components to different namespaces? #234
Labels
help wanted
Extra attention is needed
My use case is that I would like to create a single ApplicationConfiguration that would deploy Components into designated namespaces. As opposed to creating an ApplicationConfiguration for each namespace. Is this a use case that is or will be supported?
I tried to accomplish this using a parameter to set the metadata.namespace value for the component.
My test component file was as follows. I created it in the
default
namespace.My test ApplicationConfiguration file was as follows. I created it in the
default
namespace and pre-created the namespacerobert
.The result was that application was deployed to the
default
namespace instead ofrobert
The text was updated successfully, but these errors were encountered: