Update README.md

Minor update to the README. Got me debugging for a few hours
This commit is contained in:
Fábio Antunes
2021-07-02 10:23:28 +01:00
committed by GitHub
parent b50d864b50
commit 313cd1169b

View File

@@ -37,7 +37,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
$ kubectl create secret generic op-credentials --from-file=1password-credentials.json=op-session
```
Add the following environment variable to the onepassword-connect-operator container in `deploy/operator.yaml`: