Skip to content

Instantly share code, notes, and snippets.

@SamuelBagattin
Last active April 5, 2022 08:23
Show Gist options
  • Save SamuelBagattin/68893644d022a3d73d52da4fff2ea319 to your computer and use it in GitHub Desktop.
Save SamuelBagattin/68893644d022a3d73d52da4fff2ea319 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: my-pod
labels:
app: my-pod
spec:
serviceAccountName: my-serviceaccount
containers:
- image: ghcr.io/samuelbagattin/eks-irsa-example:master
name: medium-irsa-article
imagePullPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment