Skip to content

Commit 73979f9

Browse files
Create spinnaker.json
1 parent 28eb5da commit 73979f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

spinnaker.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"artifacts": [
3+
{
4+
"name": "my-file",
5+
"type": "s3/object",
6+
"reference": "s3://webhook-example-bucket/webhook-example-object.yaml"
7+
},
8+
{
9+
"type": "helm/chart",
10+
"name": "external-dns",
11+
"reference": "external-dns",
12+
"version": "1.4.0"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)