Skip to content

Commit

Permalink
Update secret to use non-global url
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumrich committed Jun 5, 2018
1 parent 4072bf0 commit 61dbd5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cnpy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ environment:
ENV_LOCATION: Prod

secrets:
global:
DATABASE_URL: database_hostname
tmeister:
DATABASE_URL: database_hostname
DATABASE_PASS: database_password
GITHUB_ID: github_id
GITHUB_SECRET: github_secret
Expand All @@ -38,7 +37,6 @@ migration:
default:
DATABASE_MIGRATION_USER: tmeister_sa
secrets:
global:
DATABASE_URL: database_hostname
tmeister:
DATABASE_URL: database_hostname
DATABASE_MIGRATION_PASS: database_migration_password

0 comments on commit 61dbd5b

Please sign in to comment.