From 59d541fc0d8b984c419717b35ff15bad730ebca2 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 22 Sep 2025 08:43:52 -0400 Subject: [PATCH] CMA Update token example --- nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc b/nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc index 8d301c33f57a..f7eb6319ef76 100644 --- a/nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc +++ b/nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc @@ -156,7 +156,7 @@ metadata: name: my-secret namespace: my-namespace data: - bearerToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV" <1> + bearerToken: "" <1> ---- <1> Specifies a bearer token to use with bearer authentication. The value must be base-64 encoded.