Re: Kubernetes - Configuring Datadog secret

2022-07-31 Thread Daniel Fischer
Still open to thoughts + suggestions, but I ended up getting this working by mounting the ConfigMap not to flink-conf.yaml but a different file (say tmp-flink-conf.yaml); changing my docker image to use a custom entrypoint script; and in that entrypoint script, copying tmp-flink-conf.yaml to flink-

Kubernetes - Configuring Datadog secret

2022-07-31 Thread Daniel Fischer
Hi, I have a Flink application deployed to Kuberenetes and am trying to enable Datadog metrics. I'm stuck on how to set the metrics.reporter.dghttp.apikey property to a sensitive value. I'm currently configuring my flink-conf.yaml file through a ConfigMap as prescribed in the documentation. I do