Skip to content

Instantly share code, notes, and snippets.

@Sushant
Created November 28, 2017 22:30
Show Gist options
  • Save Sushant/490b0e4ca8dbc7c3fb7052213ccce8eb to your computer and use it in GitHub Desktop.
Save Sushant/490b0e4ca8dbc7c3fb7052213ccce8eb to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: aws-cli
labels:
name: aws-cli
annotations:
iam.amazonaws.com/role: arn:aws:iam::1234567890:role/test-role-dynamo-ro
spec:
containers:
- image: fstab/aws-cli
command:
- "/bin/sleep"
- "3600"
name: aws-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment