-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump concourse and garden releases. Merge db subkit into core
- Loading branch information
Thomas Mitchell
committed
Nov 2, 2017
1 parent
095feed
commit 04d6769
Showing
3 changed files
with
33 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1 @@ | ||
instance_groups: | ||
- name: db | ||
jobs: | ||
- (( delete postgresql )) | ||
- (( append )) | ||
- release: postgres | ||
name: postgres | ||
properties: | ||
databases: | ||
port: 5432 | ||
databases: | ||
- name: atc | ||
roles: | ||
- name: atc | ||
password: (( vault meta.vault "/database/atc:password" )) | ||
- name: web | ||
jobs: | ||
- name: atc | ||
properties: | ||
postgresql_database: ~ | ||
postgresql: | ||
database: atc | ||
role: | ||
name: atc | ||
password: (( vault meta.vault "/database/atc:password" )) | ||
|
||
releases: | ||
- (( append )) | ||
- name: postgres | ||
sha1: 3f378bcab294e20316171d4e656636df88763664 | ||
url: https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=20 | ||
version: 20 | ||
--- {} |