Closed jeremyj closed 1 year ago
OK it seems we're talking about this bug: https://github.com/1Password/kubernetes-secrets-injector/issues/22
This chart is pulling image 1.0.0 while the bug referenced in the previous comment has been fixed in release 1.0.1.
I've tried manually forcing the version in Chart.yml but I'm getting a certificate error:
Warning FailedCreate 75s (x15 over 2m37s) replicaset-controller 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": x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "1password.com")
Can someone please update the chart?
OK I can specify the version with injector.version
Your environment
Amazon EKS
Chart Version: secrets-injector-1.0.0
Helm Version: v3.11.3
Kubernetes Version: 1.25
What happened?
If a mountPath specified in a Pod does not exist it is not created
What did you expect to happen?
The non-existent mountPath should be created
Steps to reproduce
This definition does not create
/data
and returns/bin/sh: can't create /data/file.txt: nonexistent directory
:This definition that does not invoke the Injector works as expected:
Notes & Logs