1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

failed calling webhook "secrets-injector.1password.com" #174

Closed hiteshjoshi closed 10 months ago

hiteshjoshi commented 1 year ago

Your environment

Chart Version: 1.0.2 Helm Version:v3.11.2 Kubernetes Version:1.27.4-do.0

What happened?

helm install --generate-name 1password/secrets-injector throws error 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": service "secrets-injector" not found

What did you expect to happen?

We should be able to deploy 1password/secrets-injector without requiring webhook for secrets-injector right?

Steps to reproduce

Notes & Logs

hiteshjoshi commented 1 year ago

sorry I am new to this. kubectl delete mutatingwebhookconfiguration secrets-injector-webhook-config solves. Why do we have a leftover config?