Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
rommel
2 years agoNew Contributor
Mount multiple item in a single onepassword item
Hi,
i am new here and we are trying to integrate 1Password to our kubernetes. I've used Hashicorp Vault in the past, so my inquiry will be related to how i deploy using HCP before. Currently we don't have the environment ready and just reading from the docs for now but i don't see any implementation of this.
Can i mount multiple items in a single onepassworditem?
kind: OnePasswordItem
metadata:
name: app-secrets
spec:
itemPath1:
itemPath2:
...
then mount the secret created in deployment as envFrom
.
apiVersion: apps/v1
kind: Deployment
...
envFrom:
- secretRef:
name: app-secrets
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
No RepliesBe the first to reply