Skip to content

Commit

Permalink
Updated tutorial.rst to use official amazon/aws-cli image (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuguet committed Mar 22, 2024
1 parent b275181 commit ba3a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba3a5ed

Please sign in to comment.