From 674e3b55f87c35d4fc43446b75ba5340e7bd617a Mon Sep 17 00:00:00 2001 From: Hannes Tschofenig Date: Mon, 10 Jun 2024 18:35:02 +0200 Subject: [PATCH] Removed whitespaces --- draft-ietf-wimse-workload-identity-bcp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-wimse-workload-identity-bcp.md b/draft-ietf-wimse-workload-identity-bcp.md index 8bec1ff..db49794 100644 --- a/draft-ietf-wimse-workload-identity-bcp.md +++ b/draft-ietf-wimse-workload-identity-bcp.md @@ -192,7 +192,7 @@ A most important parts of the configuration are (which can be found at the end o ~~~yaml serviceAccountToken: - path: token + path: token expirationSeconds: 7200 audience: "https://localhost:5001/connect/token" ~~~ @@ -205,7 +205,7 @@ kind: Deployment metadata: name: simpleapp labels: - app: simpleapp + app: simpleapp spec: replicas: 1 selector: @@ -234,7 +234,7 @@ spec: projected: sources: - serviceAccountToken: - path: token + path: token expirationSeconds: 7200 audience: "https://localhost:5001/connect/token" ~~~