From 7e1b94fae7e36336719c457232b01b98b43822bd Mon Sep 17 00:00:00 2001 From: Marton Soos Date: Wed, 23 Mar 2022 19:36:57 +0100 Subject: [PATCH] Fix wrong command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: