Bjørn Hald Sørensen
Bjørn Hald Sørensen
So keeping it as single select like the existing one? That would make it simpler to implement I'm sure. Maybe I can find time next week to give it another...
Closing this until I have finished it more up 👍
I wanted to update this issue as this is the goto based on the other closed issues. We see the same issue as reported in https://github.com/backstage/backstage/issues/8515#issuecomment-997915113 when pinning `normalize-url` to...
We had some discussion in #4429 that covers some of the same problems. The plugins are not plug and play items that can be dropped into the code base but...
The main reason for closing that issue was no concrete use case was identified. See https://github.com/backstage/backstage/issues/4429#issuecomment-784423600 for details around a thought experiment around modelling this. If you can identity a...
I actually think this is one of the main reasons for not providing a helm chart for this. As everyone has their own way of doing ingress and all other...
The chart is currently located in a `contrib/chart` directory but there are no mention of it in the README I can see 👍 Maybe @freben or @Rugvip has opinions on...
I think this is good! Could you add some tests as well?
I'd be happy to take this one on and provide a PR 🎉
I guess you can just call shuttle in a script like ```yaml scripts: all-destroy: actions: - shell: shuttle run vacuum-cluster - shell: shuttle run cluster-rm - shell: shuttle run networking-rm...