Skip to content

Commit

Permalink
fix grootfs release name for bosh-lite
Browse files Browse the repository at this point in the history
[#137336783]

Signed-off-by: Konstantinos Karampogias <[email protected]>
  • Loading branch information
georgethebeatle authored and karampok committed Jan 11, 2017
1 parent 55c1381 commit 7030c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/garden-groot-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ director_uuid: <%= `bosh target lite > /dev/null 2>&1 && bosh status --uuid` %>
releases:
- name: garden-runc
version: latest
- name: grootfs-release
- name: grootfs
version: latest

jobs:
- name: garden
instances: 1
templates:
- name: grootfs
release: grootfs-release
release: grootfs
- name: garden
release: garden-runc
resource_pool: garden
Expand Down

0 comments on commit 7030c3a

Please sign in to comment.