Skip to content

Commit

Permalink
Include name argument in service account cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed May 3, 2024
1 parent 3dd905b commit 0c8485c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/neuvector-prime/aws/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ eksctl create iamserviceaccount \
--namespace neuvector --cluster $CLUSTER_NAME \
--role-name $ROLE_NAME --role-only \
--attach-policy-arn 'arn:aws:iam::aws:policy/AWSMarketplaceMeteringFullAccess' \
--name csp \
--approve
```

Expand Down

0 comments on commit 0c8485c

Please sign in to comment.