1Password / onepassword-operator

The 1Password Connect Kubernetes Operator provides the ability to integrate Kubernetes Secrets with 1Password. The operator also handles autorestarting deployments when 1Password items are updated.
https://developer.1password.com/docs/connect/
MIT License
532 stars 60 forks source link

A deployment was stuck restarting because a secret was updated #181

Open corevo opened 9 months ago

corevo commented 9 months ago

Your environment

Operator Version: 1.5.0

Connect Server Version: 1.5.6

Kubernetes Version: 1.26.11

What happened?

A secret was updated in 1password, and the deployment that relied on it started to restart every 10 seconds, I had to remove the annotation to prevent further restarts.

What did you expect to happen?

That the secret would update once and the deployment to start just once.

Steps to reproduce

I'm not sure, I can share the connect server's and operator's logs discretely.

Notes & Logs