aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
blob: d4cd5de47e97f587380a50df3c591569d552fa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "charts" : [
    {
      "chartId" : {
        "name" : "HelloWorld",
        "version" :   "1.0"
      },
      "namespace" : "onap",
      "repository" : {
        "repoName": "chartMuseum",
        "address" : "https://localhost:8080"
      },
      "releaseName" : "helloworld"
    },
    {
      "chartId" : {
        "name" : "nginx",
        "version" :   "1.1"
      },
      "namespace" : "onap",
      "releaseName" : "nginxapp"
    }
  ]
}