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.