Skip to content

Commit

Permalink
Merge pull request #92 from 1Password/feature/fix-readme-command
Browse files Browse the repository at this point in the history
Fix wrong command in readme
  • Loading branch information
jillianwilson authored Mar 23, 2022
2 parents 6953a89 + 7e1b94f commit 5cddc9d
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 5cddc9d

Please sign in to comment.