Is your feature request related to a problem?
Hello,
I see that the argo-workflows chart is able to handle the creation of roles and SAs in the controller.workflowNamespaces but the creation of the namespace if not handled at the moment. Could we add a controller.workflowNamespacesCreate (or similar) var to ensure that all NS exists? Our current solution is to create the namespace using a small chart but that's cumbersome to manage.
If the feature is approved, I can take care of the implementation :D
Related helm chart
argo-workflows
Describe the solution you'd like
Add a controller.workflowNamespacesCreate (or similar) value that would enable the NS creation
Describe alternatives you've considered
Continuing with a small chart that handle NS creation
Additional context
No response
Is your feature request related to a problem?
Hello,
I see that the
argo-workflowschart is able to handle the creation of roles and SAs in thecontroller.workflowNamespacesbut the creation of the namespace if not handled at the moment. Could we add acontroller.workflowNamespacesCreate(or similar) var to ensure that all NS exists? Our current solution is to create the namespace using a small chart but that's cumbersome to manage.If the feature is approved, I can take care of the implementation :D
Related helm chart
argo-workflows
Describe the solution you'd like
Add a
controller.workflowNamespacesCreate(or similar) value that would enable the NS creationDescribe alternatives you've considered
Continuing with a small chart that handle NS creation
Additional context
No response