You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the 1password/secrets-injector helm chart, and everything worked like a charm. But a few hours later I saw this log:
ERROR 2025-02-12T01:22:31.531145922Z [resource.labels.containerName: secrets-injector] Failed to listen and serve webhook server: http: Server closed
And the deployment has no pods, and it seems to fail to create the replica set:
9m25s Warning FailedCreate replicaset/secrets-injector-59bcf97785 Error creating: Internal error occurred: failed calling webhook "secrets-injector.1password.com": failed to call webhook: Post "https://secrets-injector.default.svc:443/inject?timeout=10s": no endpoints available for service "secrets-injector"
Is it some strange circular dependency? Because the service that should serve the webhook is part of the deployment that cannot call the webhooK?