From 34b7dc2572d39d398f4f6bb71344b92f5c8de7dc Mon Sep 17 00:00:00 2001 From: Juan Manuel Perez Date: Mon, 23 Sep 2024 11:21:34 +0200 Subject: [PATCH] include PR #1481 --- .../templates/preinstall-job-register-system-identity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/super-agent/charts/super-agent-deployment/templates/preinstall-job-register-system-identity.yaml b/charts/super-agent/charts/super-agent-deployment/templates/preinstall-job-register-system-identity.yaml index 9587ab7b3..68b6f86c3 100644 --- a/charts/super-agent/charts/super-agent-deployment/templates/preinstall-job-register-system-identity.yaml +++ b/charts/super-agent/charts/super-agent-deployment/templates/preinstall-job-register-system-identity.yaml @@ -101,7 +101,7 @@ spec: ERROR_MESSAGE=$(jq -r '.errors[0].message // "NOERROR"' "$TEMPORAL_FOLDER/response.json") if [ "$ERROR_MESSAGE" != "NOERROR" ]; then - echo "Error creating an identity: $ERROR_MESSAGE" + echo "Failed to create a New Relic System Identity for OpAMP communication authentication. Please verify that your User Key is valid and that your Account Organization has the necessary permissions to create a System Identity: $ERROR_MESSAGE" exit 1 fi