Skip to content

Instantly share code, notes, and snippets.

@nak3
Last active September 1, 2015 09:46
Show Gist options
  • Select an option

  • Save nak3/6387633d1e833929cc2d to your computer and use it in GitHub Desktop.

Select an option

Save nak3/6387633d1e833929cc2d to your computer and use it in GitHub Desktop.
apiVersion: v1
items:
- apiVersion: v1
kind: BuildConfig
metadata:
creationTimestamp: null
labels:
app: hello-c
name: hello-c
spec:
output:
to:
kind: ImageStreamTag
name: hello-c:latest
resources: {}
source:
git:
uri: https://github.com/nak3/hello-c.git
type: Git
strategy:
customStrategy:
from:
kind: ImageStreamTag
name: custom-builder-c-make:latest
type: Docker
triggers:
- github:
secret: 1qBYH35x-XVbYz6NVqWJ
type: GitHub
- generic:
secret: ceoUl6Mu_mWmqv6Qf443
type: Generic
- type: ConfigChange
- imageChange: {}
type: ImageChange
status:
lastVersion: 0
kind: List
metadata: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment