helmfile/docs
Marcin Kaciuba b1190508b2
feat(template): added secret template function (#1221)
* feat(tmpl): added fetchSecretValue template function

This adds a tmpl `fetchSecretValue` and `expandSecretRefs` function by:
- Adding:
    - `expandSecretRefs` function in tmpl package that uses vals
    package to fetch secrets
    - `fetchSecretValue` function in tmpl package like below but for
    single string value
    - gomock for tests purpose
- Changing:
    - move init of vals package to function (so the same instance can be used for template values and rendering the whole template)

* doc(secret): added doc how to use new tmpl methods

Added example usage of `fetchSecretValue` and `expandSecretRefs`
2020-04-25 21:10:02 +09:00
..
remote-secrets.md feat(template): added secret template function (#1221) 2020-04-25 21:10:02 +09:00
shared-configuration-across-teams.md doc(team): changed the sub-helmfile as template (#524) 2019-04-01 07:41:11 +09:00
writing-helmfile.md new here, fixing very minor typo (#1121) 2020-02-26 10:33:35 +09:00