Skip to content

Commit

Permalink
Fix env variable (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson authored and ruromero committed Nov 18, 2019
1 parent b24bbf6 commit 1579aa5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/knative/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ spec:
revisionTemplate:
spec:
container:
image: ruromero/cloudevents-player:latest
volumeMounts:
image: ruromero/cloudevents-player-jdk8:latest
env
- name: BROKER_URL
mountPath: http://default-broker

value: http://default-broker
---
apiVersion: eventing.knative.dev/v1alpha1
kind: Trigger
Expand Down

0 comments on commit 1579aa5

Please sign in to comment.