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