From 313cd1169b1465a73813d1620d25704d77781091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Antunes?= Date: Fri, 2 Jul 2021 10:23:28 +0100 Subject: [PATCH] Update README.md Minor update to the README. Got me debugging for a few hours --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: