Merge pull request #49 from FabioAntunes/patch-1

Update README.md
This commit is contained in:
Joris Coenen
2021-10-04 12:33:02 +02:00
committed by GitHub

View File

@@ -36,8 +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
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`: