Anders Norman
Anders Norman
### Long story short In an operator with both a `kopf.on.timer` and a `kopf.on.delete`, if the custom resource is deleted while the timer is invoked, the delete handler is called...
If changes are made to a release which results in a kubernetes secret being changed, `helmfile diff` doesn't see the change causing `helmfile apply` to do nothing. Running `helmfile apply...
**Describe the solution you'd like** When navigating to a resource type within a specified namespace (ex: `:pod kube-system`), it would be very helpful to have tab-completion of the namespace. In...
I'm not sure on which shell the current `-completion` option works, but it doesn't seem to work on `bash`. I've added a `-bash-completion` option which works on `bash`.
Using the `pyperclip` library, I've added copying of the currently selected line in pointer mode to the system clipboard.
My workflow includes using `default_tags` on projects to specify the code that should be used when sending my timesheet to the upstream system. That means that when starting new work,...
Fixed #359
**What would you like to be added**: Add the [Sprig](https://github.com/Masterminds/sprig) library to templating to make commonly used templating functions available. Function documentation: [https://masterminds.github.io/sprig/](https://masterminds.github.io/sprig/) Integration documentation: [https://pkg.go.dev/github.com/Masterminds/sprig](https://pkg.go.dev/github.com/Masterminds/sprig) **Why is this needed**:...