Michael Glitzos
Michael Glitzos
I'm using the following configuration on the helm chart using terraform to set up the release: ```tf resource "kubernetes_namespace" "ns_files" { metadata { name = "files" } } resource "helm_release"...
Based on the [Bitnami Chart Values](https://github.com/bitnami/charts/tree/master/bitnami/redis/) You could override the command using the `master.command` value.
I think the container exits before I can use the exec command. I get a container does not exist error when I try to run the command ``` kubectl exec...
@bonifaido That was a typo on my part. I've updated the original ticket. Somehow I get the feeling the configuration has something to do with a timing issue. I'm able...