mirror of https://github.com/helm/helm
parent
16571305bb
commit
d70c268840
@ -0,0 +1,17 @@
|
||||
{
|
||||
"service": {
|
||||
"name": "apache",
|
||||
"type": "ClusterIP",
|
||||
"externalPort": 80,
|
||||
"internalPort": 80
|
||||
},
|
||||
"SCAdata": {
|
||||
"SCAbool": false,
|
||||
"SCAfloat": 3.1,
|
||||
"SCAint": 55,
|
||||
"SCAstring": "jabba",
|
||||
"SCAnested1": {
|
||||
"SCAnested2": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue