Greg Burton
1ad426b338
Support client certs when accessing remote repos ( #47 )
...
This is important for deployments where the chart repo is protected by client cert validation.
helmfile.yaml is extended to support `certFile` and `keyFile`:
```
repositories:
- name: roboll
url: http://roboll.io/charts
certFile: optional_client_cert
keyFile: optional_client_key
```
Everything works the same if you don't provide values for them.
Regarding the implementation, the "helm repo add" command already supports the cert-file and key-file values, so we just have to pass them through.
2018-03-10 22:16:31 +09:00
KUOKA Yusuke
0fc74ea771
Fix terminology ( #35 )
...
In a backward compatible manner, so that (I believe) we could move the discussion made in #25 forward.
Fixes #25
2018-03-03 00:14:43 +09:00
jayste
c00b869045
Added ability to set context in charts.yaml ( #21 )
...
* Added ability to set context in charts.yaml
* Added context to the documentation
Added error if —kube-context and context are both used.
2018-01-02 16:49:02 -05:00
Karl Fischer
5da5cd1c39
Allow env var interpolation in `set` and `values` ( #20 )
...
* Allow env var interpolation in `set` and `values`
* Use go templating instead of regex
* Re-add 'env' section for backwards compatibility
* Fix typo
2018-01-02 16:48:45 -05:00
Justin Nauman
e386cd0343
Adding in examples for readme
2017-10-03 20:23:55 -05:00
Justin Nauman
53408e18b3
Adding in details around the diff subcommand
2017-08-28 17:38:32 -05:00
Nathan Vecchiarelli
bc8bbf8e01
documentation updates and tweaking workflows with env vars. It now throws errors if they're not set
2017-04-12 10:15:56 -04:00
rob boll
ffa98fdbdd
build: add container distribution
2016-11-22 21:30:25 -05:00
rob boll
9700e05908
docs: add build badge
2016-11-22 13:26:59 -05:00
rob boll
233afaeb34
docs: update path for releases
2016-11-22 13:18:46 -05:00
rob boll
255dc0ae74
docs: add install instruction
2016-11-22 13:18:10 -05:00
rob boll
d41cd794a2
docs: initial readme
2016-11-22 12:51:51 -05:00