Alexander O'Donovan-Jones

Results 28 comments of Alexander O'Donovan-Jones

> @jkleckner Thanks for recommending [Scuttle](https://github.com/redboxllc/scuttle), I integrated it as a part of Spark's entrypoint.sh and it works as expected: waits till istio-proxy init, proceeds to bootstrap with driver, profit!...

> Somehow this does the trick entirely, and file is created with `0600` and later mounted with `0600`: > > ``` > persistence: > enabled: true > accessMode: ReadWriteOnce >...

I just added the initContainer setup that is mentioned in the Helm chart values.yaml, as indicated by @fearoffish and it looks to be working fine.

@gsemet @thesuperzapper any chance of getting this merged?

Thanks for your feedback @thesuperzapper. To provide a little more context, I'm using the `postgres-operator` in the same cluster as I'm deploying Airflow into, and the changes I've suggested in...

You are correct, and for secrets that don't contain anything like release name or namespace in their names the templating provides added benefit (since there's nothing to template out 😆)....

Also for clarity, I understand your position, my thinking was just that wider templating support wouldn't be that hard to sell as it's a no-op for those that don't use...

fwiw it works when setting the `KUBECONFIG` environment variable

To elaborate, after throwing `NOMINMAX` into the QMake DEFINES and both `.` and the `zeromq-4.0.4/include` paths to the INCLUDEPATH, I run into `LNK1104: cannot open file 'zmq.lib'` when attempting to...