Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Mar 17, 2020
1 parent 30bec9b commit 17cdacd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/dev/github/pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ kind: Database
metadata:
name: testdb
spec:
schemahero:
image: "localhost:32000/schemahero/schemahero"
immediateDeploy: true
connection:
postgres:
uri:
valueFrom:
secretKeyRef:
name: postgresql-secret
key: uri
schemahero:
image: "localhost:32000/schemahero/schemahero"
immediateDeploy: true
connection:
postgres:
uri:
valueFrom:
secretKeyRef:
name: postgresql-secret
key: uri

0 comments on commit 17cdacd

Please sign in to comment.