helmfile/pkg/helmexec
Alex Meddin 46b17e2cdb
feat: pass-credentials to repo (#1899)
This adds the ability to include the --pass-credentials flag to the helm add repo command by:

- Adding repo.passCredentials to the helmfile yaml
- Changing state, helmexec, and app to include RepositorySpec.PassCredentials

Resolves #1898

Co-authored-by: almed4 <alexandre.meddin@ingka.ikea.com>
2021-07-02 07:31:16 +09:00
..
context.go Stabilize helmfile-diff output (#1619) 2020-12-11 09:51:26 +09:00
exec.go feat: pass-credentials to repo (#1899) 2021-07-02 07:31:16 +09:00
exec_test.go feat: pass-credentials to repo (#1899) 2021-07-02 07:31:16 +09:00
exit_error.go fix: Do not include stderr content in result of `{{ exec }}` (#1298) 2020-06-06 09:29:12 +09:00
helmexec.go feat: pass-credentials to repo (#1899) 2021-07-02 07:31:16 +09:00
id.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
log.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
runner.go feat: added in oci repository flag and added helm methods to pull and export charts (#1629) 2021-01-28 09:02:00 +09:00