diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 5aa92b91ce..f7f3090c40 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -52,7 +52,7 @@ application is installed in the ``default`` namespace. spec: containers: - name: test-container - image: containerlabs/aws-sdk + image: amazon/aws-cli command: ["sh", "-c"] args: ["while true; do for x in $(seq 1200); do date >> /var/log/time.log; sleep 1; done; truncate /var/log/time.log --size 0; done"] EOF