Skip to content

0.5.2

Compare
Choose a tag to compare
@tsladecek tsladecek released this 30 Mar 07:33
· 20 commits to main since this release
df1bd86

allow excluding resources by providing -x flag with resource "{apiVersion}{kind}{name}"

Useful if you need to have files/resources that you want to have in your base directory but not all of your output directories.
E.g. to exclude a deployment "web", you would type:

ksux -b /path/to/base -p /path/to/patches -o /path/to/output -x apps/v1_Deployment_web