You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the namespace creation is duplicated in both the reconciler and the executor container. It would be better to have the reconciler create the namespace while ignoring 'Already Exists' errors.
Additionally, in keeping with helm client's --create-namespace option, the created namespace should also be labeled with
labels:
name: <namespace>
The text was updated successfully, but these errors were encountered:
nitishm
changed the title
Add metadata label name=<namespace-name> to the namespace(s) created by Orkestra
Application namespaces should be created only by the controller since the ApplicationGroup owns each of the created resources
Jun 8, 2021
Currently, the namespace creation is duplicated in both the reconciler and the executor container. It would be better to have the reconciler create the namespace while ignoring 'Already Exists' errors.
Additionally, in keeping with helm client's
--create-namespace
option, the created namespace should also be labeled withThe text was updated successfully, but these errors were encountered: