I personally ran issue an issue with a bug in Node TLS handling
(https://github.com/nodejs/node/issues/11771). This bug was fixed in
approximately 12.14.0, and does not show up when I test with v12.22.10,
the latest v12 release at the time of this commit.
https://github.com/skooner-k8s/skooner/issues/306
Test Plan: Built image locally, deployed to microk8s cluster. No longer
experiencing issue with parsing TLS certs.
Signed-off-by: Cullen Walsh <ckwalsh@cullenwalsh.com>