github.com/zoumo/helm@v2.5.0+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"