Skip to content

Commit

Permalink
Include macOS (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
earnubs authored Jan 31, 2019
1 parent f7dfa9c commit 71d3fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kubectl create clusterrolebinding kubeapps-operator --clusterrole=cluster-admin
To retrieve the token,

### On Linux:
### On Linux/macOS:

```bash
kubectl get secret $(kubectl get serviceaccount kubeapps-operator -o jsonpath='{.secrets[].name}') -o jsonpath='{.data.token}' | base64 --decode
Expand Down

0 comments on commit 71d3fd1

Please sign in to comment.