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}