Skip to content

Commit 18353b5

Browse files
authored
Merge pull request #99478 from mburke5678/cma-change-token-example
CMA Update token example
2 parents 1a5141c + f3d0b0e commit 18353b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/cma/nodes-cma-autoscaling-custom-trigger-auth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ metadata:
156156
name: my-secret
157157
namespace: my-namespace
158158
data:
159-
bearerToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV" <1>
159+
bearerToken: "<bearer_token>" <1>
160160
----
161161
<1> Specifies a bearer token to use with bearer authentication. The value must be base-64 encoded.
162162

0 commit comments

Comments
 (0)