Skip to content

Commit

Permalink
Fix the trust relationship in the EKS install docs
Browse files Browse the repository at this point in the history
Now that our images are unified, the service account to trust is
`korifi-controllers-controller-manager`.
  • Loading branch information
gcapizzi committed Jan 23, 2023
1 parent d8827c2 commit 8d123e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.EKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ cat >trust-relationships.json <<EOF
"${OIDC_PROVIDER}:sub": [
"system:serviceaccount:kpack:controller",
"system:serviceaccount:korifi:korifi-api-system-serviceaccount",
"system:serviceaccount:korifi:korifi-kpack-build-controller-manager",
"system:serviceaccount:korifi:korifi-controllers-controller-manager",
"system:serviceaccount:*:kpack-service-account"
]
}
Expand Down

0 comments on commit 8d123e8

Please sign in to comment.