Skip to content

Commit

Permalink
Merge pull request #118 from bacongobbler/remove-database-envvars
Browse files Browse the repository at this point in the history
chore(deis-dev): remove database envvars
  • Loading branch information
Matthew Fisher committed Feb 24, 2016
2 parents f53c148 + cf7096a commit 4db45fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deis-dev/manifests/deis-database-rc.yaml
Expand Up @@ -19,11 +19,6 @@ spec:
- name: deis-database
image: quay.io/deisci/postgres:v2-beta
imagePullPolicy: Always
env:
- name: POSTGRES_USER
value: "deis"
- name: POSTGRES_PASSWORD
value: "changeme123"
ports:
- containerPort: 5432
livenessProbe:
Expand Down

0 comments on commit 4db45fb

Please sign in to comment.