Elias Abacioglu
Elias Abacioglu
I just realized that this is more difficult than adding a service of type LoadBalancer as the client uses it for discovery and then tries to speak to the zookeeper...
@anishakj If I could I would, I'm not really a programmer, don't know much go-lang. But I assume that the implementation logic would look something like this: - _Service_ zookeeper-client...
You can create env before it seems. ```yaml patches: - patch: |- - op: add path: /spec/template/spec/containers/0/env value: [] - op: add path: /spec/template/spec/containers/0/env/- value: name: KUBEVIP_ENABLE_LOADBALANCERCLASS value: "true" target:...
> Would it be possible to use Hubot to create a `/meet` keyword shortcut to generate and share a Google Meet link on a RC channel? > > I'm guessing...
Oh, I must have missed that there was a extraEnvVars. I will try to use that to see if it works.
@canterberry can you push v1.14.0 to the helm repo so I can test pr #35?
``` $ curl -s https://helm.twun.io/index.yaml|grep version version: 1.13.2 version: 1.13.1 version: 1.13.0 version: 1.12.0 version: 1.11.0 version: 1.10.1 version: 1.10.0 version: 1.9.7 version: 1.9.6 version: 0.0.5 version: 0.0.4 version: 0.0.3...
For some reason the variable interpolation is not working for some reason, in normal cases it should work like this: ```bash $ cat pod.yaml apiVersion: v1 kind: Pod metadata: name:...
Using other S3 than AWS works. The part that doesn't work for me is to reuse the already existing secret keys I got.
@darox I expect that to be an separate issue, what does it have to do with adding support for custom envFrom that are interpolated?