helmfile/state
Alex Withrow 4b08ea9292 Allow running helmfile against a subset of releases (#30)
This adds `releases[].labels` in which you can set arbitrary number of key-value pairs, so that commands like `helmfile sync --selector key=value` can be used to run the helmfile subcommand against a subnet of declared releases.

`labels` and `selector` are named as such on purpose of being consistent with terminology of Kubernetes and other tools in the K8S ecosystem, including kubectl, stern, helm, and so on.

Resolves #8
2018-03-24 01:05:19 +09:00
..
release_filters.go Allow running helmfile against a subset of releases (#30) 2018-03-24 01:05:19 +09:00
state.go Allow running helmfile against a subset of releases (#30) 2018-03-24 01:05:19 +09:00
state_test.go Allow running helmfile against a subset of releases (#30) 2018-03-24 01:05:19 +09:00