Skip to content

Commit

Permalink
fix(docs): remove unused spaces (#13487)
Browse files Browse the repository at this point in the history
Signed-off-by: origxm <ori.granot@xmcyber.com>
  • Loading branch information
origxm committed Aug 27, 2024
1 parent 6d42688 commit 983c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/access-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kubectl create rolebinding jenkins --role=jenkins --serviceaccount=argo:jenkins
You now need to create a secret to hold your token:

```bash
kubectl apply -f - <<EOF
kubectl apply -f - <<EOF
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 983c6ca

Please sign in to comment.