Forum Discussion
Former Member
4 years agoOperator does not create secret
Installed the connect server and operator using helm:
! helm upgrade --install connect 1password/connect \
! --set-file connect.credentials=1password-credentials.json \
! --set operator.crea...
Former Member
4 years agoHi there,
From this error, it looks like your 1Password item has field names that are not supported by kubernetes. The supported characters are alphanumeric characters, -, _ or .
You'll need to update your field names to conform to this.
Please let me know if this resolves your issue.