Patrick D'appollonio
Patrick D'appollonio
Akin to `--include-kind` and `--include-name` and their `--exclude-*` counterparts (as well as #22), for more complex case scenarios it might be worth providing some sort of filtering where an expression...
Now that `--include-kind` and `--include-name` and their `--exclude-*` counterparts are in, as well as supporting globs on either of them, I should add: * `--include`: to include any resource based...
### What did you do? Tried to split this file: ```yaml # foo bar baz # a b c --- apiVersion: apps/v1 kind: Deployment metadata: name: hello-docker spec: replicas: 3...
Some users have reached out asking for this app to be delivered via a container for multiple reasons: * Ability to plug it as part of a multi-stage build where...
From a person using this: after using HTTrack to get a static copy of a website served by `http-server`, they noticed the `content-type` meta tag was not present, so `httrack`...
It would be a good starting point to return the file and, if 404 and SPA mode is enabled, then return the index page.
### What did you do? I have a bunch of manifests that need to be split by group and kind. I have two CRDs which both register an `Application` object...
[Like Netlify, we should support a file called `_redirects`](https://docs.netlify.com/routing/redirects/) that should be formatted like this: ``` /foo/ /foo-bar/ # redirects any request starting with /foo/ to the same request into...