From 55922b52b713c8f6bb48dc198ac0fdab5323845c Mon Sep 17 00:00:00 2001 From: jillianwilson Date: Wed, 12 Jul 2023 16:03:34 -0300 Subject: [PATCH] Removing redundant quotes from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65625067..a8c77733 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ kind: OnePasswordItem metadata: name: #this name will also be used for naming the generated kubernetes secret spec: - itemPath: "vaults//items/"``` + itemPath: "vaults//items/" ``` Deploy the OnePasswordItem to Kubernetes: ```