We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a4b44 commit cf54d36Copy full SHA for cf54d36
1 file changed
metrics-collector/README.md
@@ -62,9 +62,6 @@ Create a Trusted Profile that allows Code Engine compute resources to authentica
62
ibmcloud iam trusted-profile-create metrics-collector-profile \
63
--description "Trusted profile for Code Engine metrics collector"
64
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
-
68
# Add Code Engine compute resources as trusted entities
69
ibmcloud iam trusted-profile-rule-create metrics-collector-profile \
70
--name code-engine-rule \
0 commit comments