-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
30 lines (29 loc) · 852 Bytes
/
sample.json
File metadata and controls
30 lines (29 loc) · 852 Bytes
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
{
"schema": "v2",
"application": "my-app-boarding1",
"name": "DockerTriggerSample",
"template": {
"artifactAccount": "front50ArtifactCredentials",
"reference": "spinnaker://pipeline-template-plan-to-deploy-v2",
"type": "front50/pipelineTemplate"
},
"variables": {
"cloudProviderAccount": "dev-kube-v2-account",
"cloudProviderName": "kubernetes",
"containerImage": "docker.io/opsmx11/restapp:restapp-test-1.0",
"containerImageName": "restapp",
"manifestsNameSpace": "sudhakar",
"manifestsName": "simple",
"replicas": "1"
},
"triggers": [
{
"account": "my-docker-registry",
"enabled": true,
"organization": "opsmx11",
"registry": "index.docker.io",
"repository": "opsmx11/restapp",
"type": "docker"
}
]
}