mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Fix spec field example for OnePasswordItem in readme
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user