mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
535 B
18 lines
535 B
8 years ago
|
apiVersion: v1
|
||
|
repositories:
|
||
|
- name: testing
|
||
|
url: "http://example.com"
|
||
8 years ago
|
- name: testing-https
|
||
|
url: "https://example.com"
|
||
|
- name: testing-basicauth
|
||
|
url: "http://username:password@example.com"
|
||
8 years ago
|
- name: kubernetes-charts
|
||
|
url: "http://example.com/charts"
|
||
8 years ago
|
- name: malformed
|
||
|
url: "http://dl.example.com"
|
||
7 years ago
|
- name: testing-querystring
|
||
7 years ago
|
url: "http://example.com?key=value"
|
||
|
- name: testing-relative
|
||
|
url: "http://example.com/helm"
|
||
|
- name: testing-relative-trailing-slash
|
||
|
url: "http://example.com/helm/"
|