opskumu/helm-wrapper

documentation on --config

Closed this issue · 1 comments

wibed commented

it is unclear what exactly makes a valid config.

the example shows:

uploadPath: /tmp/charts
helmRepos:
  - name: bitnami
    url: https://charts.bitnami.com/bitnami

can i install external repos or only repos configured inside --config <file>
are there other configuration options?

appreciate your help, this is awesome

@wibed yes, you can just config helmRepos like, uploadPath optional:

helmRepos:
  - name: <repoName>
    url: <repoURL>