forked from bitnami/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vib-verify.json
55 lines (55 loc) · 1.32 KB
/
vib-verify.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"phases": {
"package": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/external-dns"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/external-dns"
},
"runtime_parameters": "ImNsb3VkZmxhcmUiOgogICJhcGlLZXkiOiAidGVzdGluZ2FwaWtleTEyMzQiCiAgImVtYWlsIjogInRlc3RAdGVzdC5vcmciCiJwcm92aWRlciI6ICJjbG91ZGZsYXJlIgoic2VydmljZSI6CiAgInBvcnRzIjoKICAgICJodHRwIjogODAKICAidHlwZSI6ICJMb2FkQmFsYW5jZXIi",
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4"
}
}
},
"actions": [
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib/external-dns/goss"
},
"remote": {
"workload": "deploy-external-dns"
}
}
},
{
"action_id": "health-check",
"params": {
"endpoint": "lb-external-dns-http",
"app_protocol": "HTTP"
}
}
]
}
}
}