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
Secrets-injector is failing to deploy with the error
pods "secrets-injector-59b74b5b5-" is forbidden: error looking up service account onepassword/secrets-injector: serviceaccount "secrets-injector" not found
Deployment is being created first before the serviceaccount.
deployment.yaml is annotated with pre-install while the permissions.yaml is not.
And if you have auto sync enable in argocd for example this leads to eternal loops - I can't believe how bad this chart is, I even raised it with 1password and hear nothing. Not to mention we now have to do some workarounds for deployments via code to work on initial deploy... another band aid on this chart.
Your environment
Chart Version: 1.0.1
Helm Version: v3.13.1
Kubernetes Version: 1.28
What happened?
What did you expect to happen?
Secrets-injector is failing to deploy with the error
Deployment is being created first before the serviceaccount.
deployment.yaml is annotated with pre-install while the permissions.yaml is not.
Steps to reproduce
Notes & Logs
The text was updated successfully, but these errors were encountered: