Skip to content

Commit b6275bf

Browse files
Merge pull request #10608 from mendix/kk-pmp-arn-fix
Corrected arn role name for PMP
2 parents 2d02a3d + a9ad47b commit b6275bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/private-platform/configuration/pmp-configure-aws-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To configure the EKS service account, perform the following steps:
255255
metadata:
256256
name: pmp-deployment
257257
annotations:
258-
eks.amazonaws.com/role-arn: arn:aws:iam::<your-account-id>:role/pmp-secret-access
258+
eks.amazonaws.com/role-arn: arn:aws:iam::<your-account-id>:role/PMP-SecretsManager-Role
259259
spec:
260260
template:
261261
spec:

0 commit comments

Comments
 (0)