Make the namespace the bundle is dropped into configurable

When the server and agent are not in the same namespace, the bundle needs to be
uploadable in the agent's namespace.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-09 12:00:41 -08:00
committed by kfox1111
parent 7d1f8217ce
commit 9e22d2c303
5 changed files with 37 additions and 15 deletions
@@ -115,6 +115,11 @@ upstreamAuthority:
namespace: ""
kube_config_file: ""
notifier:
k8sbundle:
# -- Namespace to push the bundle into, if blank will default to SPIRE Server namespace
namespace: ""
controllerManager:
enabled: false