Feature Description
When syncing a resource to a variable namespace, syncagent ensures that the namespace gets created on the cluster. However there is no way to control e.g. labels/annotations that should be present on the new namespace.
Proposed Solution
Add a mechanism similar to Argo's managedNamespaceMetadata so users can control namespace metadata.
Alternative Solutions
The metadata could be set globally as a controller option for all created namespaces or dynamically in the publishedresource so the medata could differ between synced resources.
Want to contribute?
Additional Context
No response
Feature Description
When syncing a resource to a variable namespace, syncagent ensures that the namespace gets created on the cluster. However there is no way to control e.g. labels/annotations that should be present on the new namespace.
Proposed Solution
Add a mechanism similar to Argo's
managedNamespaceMetadataso users can control namespace metadata.Alternative Solutions
The metadata could be set globally as a controller option for all created namespaces or dynamically in the publishedresource so the medata could differ between synced resources.
Want to contribute?
Additional Context
No response