unfork icon indicating copy to clipboard operation
unfork copied to clipboard

Kubectl plugin to find forked Helm Charts and other K8s resources and unfork them with Kustomize

Results 6 unfork issues
Sort by recently updated
recently updated
newest added

Fixes #17. Fixes #18. Relies on code changes in #19. Place dirs at `~/unfork/` not `~/` - an example would be `~/unfork/mysql` not `~/intent-lynx`

Hello, I see a dependency on tiller. Wanted to have a confirmation if this is then targeted only for helm2 and not helm3

I saw this wonderful tool demonstrated at the Helm Summit last month and I had an opportunity to try using it today, when I noticed that my Bookstack wiki is...

Helm will often add prefixes to the names of generated resources when applying to a cluster - resulting in names like `jaunty-quail-redis-master` instead of just `redis-master`. Unfork should handle this...

Unforking `stable/mysql` results (for me) in a dir `intent-lynx`. This feels to be a suboptimal naming scheme.

We shouldn't leave dirs with names like `intent-lynx` or `jaunty-quail` lying around in `~` - we should use something like `~/unfork` instead