Get retrieves a config from a secret, configmap or file within the k8s cluster
using an url schema that supports configmap://<namespace>/<configmap-name>/<data-file>
secret://<namespace>/<secret-name>/<data-file> and file:///<path> returning
a local path to the file.