Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 9b9c4ee

Browse files
authored
Use --decode for cross OS compatibility (#187)
1 parent 2c43a85 commit 9b9c4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The first thing you need to do is fetch the MySQL root password which is
141141
auto-generated for us by default and stored in a Secret named `<dbname>-root-password`
142142

143143
```console
144-
$ kubectl -n my-namespace get secret my-app-db-root-password -o jsonpath="{.data.password}" | base64 -D
144+
$ kubectl -n my-namespace get secret my-app-db-root-password -o jsonpath="{.data.password}" | base64 --decode
145145
ETdmMKh2UuDq9m7y
146146
```
147147

0 commit comments

Comments
 (0)