Skip to content

Commit

Permalink
tiny fix: correct base64 decoding command (#671)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Kokarovtsev <[email protected]>
Co-authored-by: Vladimir Kiryushkin <[email protected]>
  • Loading branch information
3 people authored Dec 28, 2023
1 parent b6a995f commit 812232a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
grep admin-user-token | \
awk '{print $1}') -o json | \
jq -r .data.token | \
base64 --d)
base64 -d)
```

- PowerShell
Expand Down Expand Up @@ -387,4 +387,4 @@ kubectl get namespace --kubeconfig=test.kubeconfig
```bash
NAME STATUS AGE
default Active 9d
```
```

0 comments on commit 812232a

Please sign in to comment.