Skip to content

Commit

Permalink
Removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hannestschofenig authored Jun 10, 2024
1 parent 242aa53 commit 674e3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-wimse-workload-identity-bcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
~~~
Expand All @@ -205,7 +205,7 @@ kind: Deployment
metadata:
name: simpleapp
labels:
app: simpleapp
app: simpleapp
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -234,7 +234,7 @@ spec:
projected:
sources:
- serviceAccountToken:
path: token
path: token
expirationSeconds: 7200
audience: "https://localhost:5001/connect/token"
~~~
Expand Down

0 comments on commit 674e3b5

Please sign in to comment.