diff --git a/README.md b/README.md index a2ec464..8cbb486 100644 --- a/README.md +++ b/README.md @@ -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`: