Skip to content

Commit 1334843

Browse files
author
Matthew Fisher
committed
Merge pull request #13 from bacongobbler/update-manifest-names
docs(readme): change pod name
2 parents d016be2 + 774aa05 commit 1334843

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ running:
3333

3434
```
3535
NAME READY STATUS RESTARTS AGE
36-
deis-database-6wy8o 1/1 Running 0 32s
36+
postgres-6wy8o 1/1 Running 0 32s
3737
```
3838

3939
You can then query this pod as you would with any other Kubernetes pod:
4040

4141
```
42-
$ kubectl logs -f deis-database-6wy8o
43-
$ kubectl exec -it deis-database-6wy8o psql
42+
$ kubectl logs -f postgres-6wy8o
43+
$ kubectl exec -it postgres-6wy8o psql
4444
```
4545

4646

0 commit comments

Comments
 (0)