Skip to content

Commit

Permalink
Make sql link optional (#93)
Browse files Browse the repository at this point in the history
In deployments that depend on external database, there is no
component offering a link of type `sql`, therefore the deployment
is failing.
  • Loading branch information
karampok authored and drnic committed Sep 5, 2017
1 parent 5bab440 commit 7fdcc06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/shield-daemon/spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ provides:
consumes:
- name: shield-db
type: sql
optional: true
- name: sessions-db
type: sql
optional: true
Expand Down

0 comments on commit 7fdcc06

Please sign in to comment.