From 0409b17ef47ec182d04dd28efbc1b8575d980013 Mon Sep 17 00:00:00 2001 From: jillianwilson Date: Tue, 20 Apr 2021 16:18:59 -0300 Subject: [PATCH] Minor README adjustments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fce85d..69356f0 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ To create a Kubernetes Secret from a 1Password item, create a yaml file with the ```yaml apiVersion: onepassword.com/v1 -kind: OnePasswordItem # {insert_new_name} +kind: OnePasswordItem metadata: name: #this name will also be used for naming the generated kubernetes secret spec: @@ -131,8 +131,8 @@ kind: Deployment metadata: name: deployment-example annotations: - operator.1password.io/item-path: "vaults/{vault_id_or_title}/items/{item_id_or_title}" - operator.1password.io/item-name: "{secret_name}" + operator.1password.io/item-path: "vaults//items/" + operator.1password.io/item-name: "" ``` Applying this yaml file will create a Kubernetes Secret with the name `` and contents from the location specified at the specified Item Path.