Skip to content

Instantly share code, notes, and snippets.

@nanomad
Created February 24, 2017 08:11
Show Gist options
  • Save nanomad/ed4f71d17be407d2e80c846412c9fab0 to your computer and use it in GitHub Desktop.
Save nanomad/ed4f71d17be407d2e80c846412c9fab0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: BuildConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: frontend
name: frontend
spec:
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: frontend:latest
postCommit: {}
resources: {}
runPolicy: Serial
source:
git:
uri: https://redacted/repo.git
sourceSecret:
name: repo-source-secret
type: Git
strategy:
sourceStrategy:
env:
- name: MAVEN_MIRROR_URL
value: http://nexus:8081/nexus/content/groups/public
from:
kind: ImageStreamTag
name: s2i-java:latest
type: Source
triggers:
- github:
secret: REDACTED
type: GitHub
- generic:
secret: REDACTED
type: Generic
- imageChange: {}
type: ImageChange
- type: ConfigChange
status:
lastVersion: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment