Using Environment Variables to Specify GMS Token for Datahub Rest Sink in Helm Cron Ingestions

Original Slack Thread

How do you specify a <DataHub | DataHub token> (for datahub rest sink) for a cron ingest in helm if the token is a secret

In case anyone was asking this question too… you can use environment variables from the pod running the task… ie. token: ${DATAHUB_GMS_TOKEN}