scott-kausler
scott-kausler
Any idea when this can be merged? The inability to drop a database making cleanup difficult in our CI pipeline.
As @fdehay indicates, this does seem to be a finalizer when deleting the CRD at the same time as the namespace. This issue best describes it https://github.com/kubernetes/kubernetes/issues/60538. In my case,...
I ran into this issue and found the problem was that I was using the Group name rather than the path. The name was something like "group-Name" and had capitals...
Wonderful! Thanks for the quick response and example. Looking forward to the upcoming manual!
By the way. That didn't work. After using the above example I have a service but no timer: ``` ❯ systemctl list-units --type timer | grep simple ❯ service simple-timer...
I probably can. With the holidays it may take a while though.
[PR Created](https://github.com/backstage/community-plugins/pull/6213). I opted to go with an option 2. The reason is the add call still needs to add entities before processing. This way the cleanup is leveraging the...