Fix wrong command in readme

This commit is contained in:
Marton Soos
2022-03-23 19:36:57 +01:00
parent 6953a89c89
commit 7e1b94fae7

View File

@@ -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`: