Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
irena
4 years agoNew Contributor
Type of Kubernetes secret created by using OnePasswordItem
I am trying to define a OnePasswordItem to be used as part of our 1Password Secret Automation Workflow.
I noticed that the secret created is a Kubernetes Opaque secret. However, I want to create a...
Former Member
4 years agoI tried it with latest version
NAME STATUS CHART APP VERSION
connect deployed connect-1.7.1 1.5.1
using:
apiVersion: onepassword.com/v1
kind: OnePasswordItem
type: kubernetes.io/dockerconfigjson
metadata:
name: docker-registry-login
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/dev/items/docker_login"
got the following error:
error: error validating "1password.yaml": error validating data: ValidationError(OnePasswordItem): unknown field "type" in com.onepassword.v1.OnePasswordItem; if you choose to ignore these errors, turn validation off with --validate=false
I did helm repo update and redeployed, and same thing. These are the available versions here.
❯ helm search repo 1password --versions
NAME CHART VERSION APP VERSION DESCRIPTION
1password/connect 1.7.1 1.5.1 A Helm chart for deploying 1Password Connect an...
1password/connect 1.7.0 1.5.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.6.0 1.2.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.5.0 1.2.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.4.0 1.2.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.3.0 1.2.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.2.0 1.1.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.1.0 1.0.0 A Helm chart for deploying 1Password Connect an...
1password/connect 1.0.1 1.0.0 A Helm chart for deploying 1Password Connect an...