Skip to content

Commit cf54d36

Browse files
committed
Update README.md
1 parent b0a4b44 commit cf54d36

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

metrics-collector/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ Create a Trusted Profile that allows Code Engine compute resources to authentica
6262
ibmcloud iam trusted-profile-create metrics-collector-profile \
6363
--description "Trusted profile for Code Engine metrics collector"
6464

65-
# Get the Trusted Profile ID
66-
TRUSTED_PROFILE_ID=$(ibmcloud iam trusted-profiles --output json | jq -r '.[] | select(.name=="metrics-collector-profile") | .id')
67-
6865
# Add Code Engine compute resources as trusted entities
6966
ibmcloud iam trusted-profile-rule-create metrics-collector-profile \
7067
--name code-engine-rule \

0 commit comments

Comments
 (0)