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
In our use-case, we don't make use of Workspace or Module outputs. I've noticed that these resources are still created with empty data.
It would be beneficial to have the option to avoid creating these empty resources.
The potential benefits are:
Less resources on k8s. We actually impl. ResourceQuotas here and hit this - it was only then that I noticed they were empty. I'm not sure this was the case with the v1 operator which seems to have them populated.
Less reconciliation work for the controllers todo
If we went down the route of not writing out the secret, then it could be a breaking feature since applications may be relying on these (i.e. referencing them in their Deployment manifests.
I therefore think we should have options around this, perhaps something like:
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered:
Description
In our use-case, we don't make use of
Workspace
orModule
outputs. I've noticed that these resources are still created with empty data.It would be beneficial to have the option to avoid creating these empty resources.
The potential benefits are:
ResourceQuotas
here and hit this - it was only then that I noticed they were empty. I'm not sure this was the case with the v1 operator which seems to have them populated.If we went down the route of not writing out the secret, then it could be a breaking feature since applications may be relying on these (i.e. referencing them in their
Deployment
manifests.I therefore think we should have options around this, perhaps something like:
Potential YAML Configuration
Regarding an option to disable outputs entirely, I suspect this would have to be a cmd-line arg to the controller.
References
#418
Community Note
The text was updated successfully, but these errors were encountered: