Skip to content

Commit aae1fec

Browse files
authored
Update basic-stateful-set.md
Update to container images #642
1 parent b798f42 commit aae1fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ for p in 0 1 2; do kubectl get pod "web-$p" --template '{{range $i, $c := .spec.
639639
```
640640
registry.k8s.io/nginx-slim:0.8
641641
registry.k8s.io/nginx-slim:0.8
642-
registry.k8s.io/nginx-slim:0
642+
registry.k8s.io/nginx-slim:0.8
643643
644644
```
645645

0 commit comments

Comments
 (0)