Christoph Schulz
Christoph Schulz
You can use a ttl-aware store like https://github.com/ICanBoogie/Storage to store your token and generate a new one if it's gone. :)
this seems to be the relevant place in code: https://github.com/kubernetes-sigs/kustomize/blob/0c6e827ab81051a95bd061bd1cc917f70335ce86/api/internal/builtins/PatchTransformer.go#L88-L101 maybe an `patchGVK: true` option could be added to the patch or target selector to copy GVK from SMP to...
Ok, I see. The docs are a little confusing here, because explictly they only tell `name` is ignored when `target` is set. Thus I always have to write my SMPs...
I think I might have a similar problem. SpringDoc is excluded from `/` Servlet and instead configured in `/api` Servlet. But SpringDoc seems to only check the context root, not...
https://github.com/omrikiei/ktunnel/blob/fbd3f4e2740e552ff8a2464d9724fe04b8e18563/pkg/k8s/common.go#L169-L171
What about building a small program that interprets `docker run` commands and converts them to appropriate `kubectl run` commands? Then the repo-server can intercept the calls kustomize tries make to...
I tried with master (98bb9a21c6521b7950724c43d49a020561328732), but it still does not work.
> I tried with master ([98bb9a2](https://github.com/membrane/api-gateway/commit/98bb9a21c6521b7950724c43d49a020561328732)), but it still does not work. @predic8 can you please reopen?
seems to work fine with master (74d70886bcaaac69c22dd555c2583b6409a4a500) now :)