github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/pkg/downloader/testdata/helmhome/repository/repositories.yaml (about) 1 apiVersion: v1 2 repositories: 3 - name: testing 4 url: "http://example.com" 5 - name: testing-https 6 url: "https://example.com" 7 - name: testing-basicauth 8 url: "http://username:password@example.com" 9 - name: kubernetes-charts 10 url: "http://example.com/charts" 11 - name: malformed 12 url: "http://dl.example.com" 13 - name: testing-querystring 14 url: "http://example.com?key=value" 15 - name: testing-relative 16 url: "http://example.com/helm" 17 - name: testing-relative-trailing-slash 18 url: "http://example.com/helm/"