Hello, when I'm trying to deploy to a kubernetes c...
# all-things-deployment
l
Hello, when I'm trying to deploy to a kubernetes cluster and connect to Kafka via SSL I'm having a permission problem with the cert-files. I found that this is because the secret is mounted as root-readonly with
defaultMode: 256
in the
deployment.yaml
files, but the docker containers are not run as root anymore according to their dockerfiles. Of course, if I delete the default mode (or set it less restricting) I can deploy without a problem. I was wondering if there is a other solution to solve this without editing the official helm chart or if this is some inconsistency remaining from the switch to run the containers with a non-root user?
e
Let me create a PR for this. I had made the changes locally but hadn’t pushed to OS.
l
thank you
e
I’ll also update this thread when this is merged!