We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d016be2 + 774aa05 commit 1334843Copy full SHA for 1334843
1 file changed
README.md
@@ -33,14 +33,14 @@ running:
33
34
```
35
NAME READY STATUS RESTARTS AGE
36
-deis-database-6wy8o 1/1 Running 0 32s
+postgres-6wy8o 1/1 Running 0 32s
37
38
39
You can then query this pod as you would with any other Kubernetes pod:
40
41
42
-$ kubectl logs -f deis-database-6wy8o
43
-$ kubectl exec -it deis-database-6wy8o psql
+$ kubectl logs -f postgres-6wy8o
+$ kubectl exec -it postgres-6wy8o psql
44
45
46
0 commit comments