github.com/sri09kanth/helm@v3.0.0-beta.3+incompatible/pkg/downloader/testdata/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/"