mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 15:08:06 +00:00
Update README.md to show the apiVersion (#194)
Typo which doesn't show the apiVersion resulting in an error
This commit is contained in:
@@ -27,7 +27,8 @@ helm install connect 1password/connect --set-file connect.credentials=1password-
|
||||
|
||||
3. Create a Kubernetes Secret from a 1Password item:
|
||||
|
||||
```apiVersion: onepassword.com/v1
|
||||
```
|
||||
apiVersion: onepassword.com/v1
|
||||
kind: OnePasswordItem
|
||||
metadata:
|
||||
name: <item_name> #this name will also be used for naming the generated kubernetes secret
|
||||
|
Reference in New Issue
Block a user