if we're not using UI ingestion, is there any purp...
# all-things-deployment
b
if we're not using UI ingestion, is there any purpose for the datahub-action container? What does the container do, actually?
s
currently it does not do anything other than UI ingestion support
m
Could this be a configurable option at deployment time? I'm not planning on doing any UI ingestion, so that would be one container less to worry about. It would be nice to have a boolean in helm to turn that on or off.
s
There is a boolean in helm to turn it off
this will make the pod go away
Copy code
global.datahub.managed_ingestion.enabled
this will make the UI option go away
m
thanks