Commit Graph

8 Commits

Author SHA1 Message Date
Justin Nauman e0b324b69b Adding in diff plugin execution
- Simple copy-paste for the most part from sync job.  I had started down
the path of adding in a meta PluginCommand directive and trying to make it
more modular, but in the end there are some small differences between
the execution that were a bit difficult to model and it just got ugly.
Figured keeping it simple would be easier to manage
2017-08-17 23:49:06 -05:00
rob boll 07cca09069 use modified cmd args. closes #4 2017-04-20 10:01:16 -04:00
rob boll 0f447d2cb2 Merge pull request #3 from robsonpeixoto/chart-in-local-path
Accept chart in a local path
2017-04-13 22:26:27 -04:00
Robson Roberto Souza Peixoto a61ae2a5b3 Only accept `./` and `../` 2017-04-13 14:30:00 -03:00
Robson Roberto Souza Peixoto dfc4b0293f Accept chart in a local path
If the chart is in directory, for example, `./my/chart` the `helmfile -f my.yaml sync` will fail.

This PR will check if the chart starts with `/`, `./` or `../` and will transform it in a full path of the chart directory.
2017-04-13 12:53:05 -03:00
rob boll 371ca7f752 fmt 2017-04-12 11:16:12 -04:00
Nathan Vecchiarelli 373e750642 added support for environment variables, adding value files during runtime and a global kube-context flag to pass down to helm 2017-04-11 19:55:23 -04:00
rob boll e5e834f9f0 initial helmfile impl 2016-11-22 12:36:49 -05:00