Skip to content

Instantly share code, notes, and snippets.

@nak3
Created September 7, 2015 17:12
Show Gist options
  • Save nak3/887503f9376ee2528d6a to your computer and use it in GitHub Desktop.
Save nak3/887503f9376ee2528d6a to your computer and use it in GitHub Desktop.
{
"status": {
"lastVersion": 0
},
"spec": {
"resources": {},
"output": {
"to": {
"name": "helloworld-v3:latest",
"kind": "ImageStreamTag"
}
},
"strategy": {
"sourceStrategy": {
"from": {
"name": "php:latest",
"namespace": "openshift",
"kind": "ImageStreamTag"
}
},
"type": "Source"
},
"source": {
"git": {
"uri": "https://github.com/nak3/helloworld-v3.git"
},
"type": "Git"
},
"triggers": [
{
"github": {
"secret": "DQtoo9DJMrEkRQQmqcBR"
},
"type": "GitHub"
},
{
"generic": {
"secret": "5Rt0_AXuUiHCURugGBYj"
},
"type": "Generic"
},
{
"type": "ConfigChange"
},
{
"imageChange": {},
"type": "ImageChange"
}
]
},
"metadata": {
"labels": {
"app": "helloworld-v3"
},
"creationTimestamp": null,
"name": "helloworld-v3"
},
"apiVersion": "v1",
"kind": "BuildConfig"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment