jribmartins

Results 3 comments of jribmartins

This would be nice, we need to mount volumes in order solve the security warning in azure: _"**Immutable (read-only) root filesystem should be enforced for containers**" Containers should run with...

Hello all, I solved this installing helm secrets in a docker image, and creating an alias like this: `alias helm=docker run -ti --rm -v %cd%:/apps -v ~/.kube:/root/.kube my-helm:latest $*` It...

Hello all, I solved this installing helm secrets in a docker image, and creating an alias like this: `alias helm=docker run -ti --rm -v %cd%:/apps -v ~/.kube:/root/.kube my-helm:latest $*` It...