Caleb Lloyd

Results 114 comments of Caleb Lloyd

We could consider adding another configuration option, such as: ``` secondaryGroups: - name: docker gidFromPath: /var/run/docker.sock ``` The following rules would apply: 1. If the path does not exist, log...

I think this could be achieved by adding the GID of the group, computed on the host like this: ``` docker run ... \ --volume=/var/run/docker.sock:/var/run/docker.sock \ --group-add "$(getent group "$(ls...

[nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats) should have enough knobs to turn where combining 2 Helm deployments into 1 cluster is not as difficult

This works now in the healthz-based Liveness probe

Supported via patching/merging in [nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats)

Supported in [nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats) - although it does it by configuring the context instead of env vars

Documented in the `values.yaml` file of [nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats)

Closing due to age of issue; if experiencing in current versions please open a new issue.

Supported in [nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats) via this syntax: `>` That will un-quote the JSON string for parsing numbers and variables in a NATS Config file