aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
blob: 4e355c38e5483f2faca4cec538c6cea3b6e6289d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "charts" : [
    {
      "chartName" : "HelloWorld",
      "version" :   "1.0",
      "namespace" : "onap",
      "repository" : "chartMuseum"
    },
    {
      "chartName" : "nginx",
      "version" :   "1.1",
      "namespace" : "onap"
    }
  ]
}