Merge pull request #11 from 1Password/fix-readme-typo

Fix spec field example for OnePasswordItem in readme
This commit is contained in:
Jillian W
2021-03-19 16:10:57 -03:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ kind: OnePasswordItem # {insert_new_name}
metadata: metadata:
name: {item_name} #this name will also be used for naming the generated kubernetes secret name: {item_name} #this name will also be used for naming the generated kubernetes secret
spec: spec:
item-path: "vaults/{vault_id_or_title}/items/{item_id_or_title}" itemPath: "vaults/{vault_id_or_title}/items/{item_id_or_title}"
``` ```
Deploy the OnePasswordItem to Kubernetes: Deploy the OnePasswordItem to Kubernetes: