txmoose
2 months agoNew Contributor
Trouble getting document items in Kubernetes with 1P Connect Operator
Hey everyone, I'm trying to get a document out of 1P and into a k8s secret with the Connect Operator, version 1.8.1. I can get Login items but not Document items, even though there seems to be a discussion about this exact topic stating that Documents are supported as of version 1.3.0. Does anyone else have experience with this?
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: config-file-dot-yaml
namespace: default
spec:
itemPath: "vaults/dev/items/config-file.yaml"
This is the OnePasswordItem I have. The Document config-file.yaml is in the vault dev, and kubectl describe secret config-file-dot-yaml returns an event of "No items found with identifier 'config-file.yaml' "
Is there any examples out there of getting the document? Thanks!