Skip to content

Commit

Permalink
Fix wrong command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton6 committed Mar 23, 2022
1 parent 6953a89 commit 7e1b94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cat 1password-credentials.json | base64 | \

Create a Kubernetes secret from the op-session file:
```bash
kubectl create secret generic op-credentials --from-file=1password-credentials.json=op-session
kubectl create secret generic op-credentials --from-file=op-session
```

Add the following environment variable to the onepassword-connect-operator container in `deploy/operator.yaml`:
Expand Down

0 comments on commit 7e1b94f

Please sign in to comment.