Skip to content

Instantly share code, notes, and snippets.

@l2fprod
Last active October 5, 2018 13:13
Show Gist options
  • Save l2fprod/a022a7849e98b00b71c69b1ddf045848 to your computer and use it in GitHub Desktop.
Save l2fprod/a022a7849e98b00b71c69b1ddf045848 to your computer and use it in GitHub Desktop.
knative / lw / erp
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: lw-erp
namespace: default
labels:
knative.dev/type: "app"
spec:
runLatest:
configuration:
build:
serviceAccountName: lw-build-bot
source:
git:
url: https://github.com/IBM-Cloud/logistics-wizard-erp.git
revision: dev
template:
name: kaniko
arguments:
- name: IMAGE
value: ${REGISTRY}/${NAMESPACE}/lw-erp:latest
revisionTemplate:
spec:
container:
image: ${REGISTRY}/${NAMESPACE}/lw-erp:latest
imagePullPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment