8000 allow adding repository using CLI flag by JeanMertz · Pull Request #2 · blendle/kubecrt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

allow adding repository using CLI flag #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2017
Merged

allow adding repository using CLI flag #2

merged 1 commit into from
May 13, 2017

Conversation

JeanMertz
Copy link
Contributor

You can now add repositories to Helms repository index without
defining them in the charts.yml.

This allows you, for example, to always add specific
repositories when executing kubecrt on your CI server:

kubecrt --repo=myname=https://my-repo-address charts.yaml
apiVersion: v1
charts:
- myname/chart1: {}
- myname/chart2: {}

the above now works, because the myname repository is already in the index, so you don't have to specify the repo key for both charts.

You can now add repositories to Helms repository index without
defining them in the charts.yml.

This allows you, for example, to always add specific
repositories when executing `kubecrt` on your CI server:

    kubecrt --repo=MYNAME=https://my-repo-address charts.yaml
@JeanMertz JeanMertz merged commit ed49658 into master May 13, 2017
@JeanMertz JeanMertz deleted the repo-flag branch May 13, 2017 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0