Skip to content

Commit 774aa05

Browse files
author
Matthew Fisher
committed
docs(readme): change pod name
1 parent d016be2 commit 774aa05

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)