@here where can i give source code for public.ecr...
# troubleshoot
c
@here where can i give source code for public.ecr.aws/datahub/acryl-datahub-actions ? it seems the code is different over github master branch, can anyone help ? https://datahubspace.slack.com/archives/C029A3M079U/p1654344045411189
b
@chilly-elephant-51826
acryl-datahub-actions
is soon to be deprecated. Instead we are moving to use the following container: acryldata/datahub-actions which is generated from this github repository: datahub-actions you can even see the dockerfile which is used here
c
@big-carpet-38439 Thanks for this, but seems in executor.yaml also kafka properties are not taken into consideration
b
So then how you deal with this is by providing your own action configuration file, where you specify Kafka properties on your own!
Since the default executor.yaml is inside the container, there's not a great way to map every single possible kafka consumer property
c
how to provide our own action configuration file ?
@big-carpet-38439 ☝️
I am not sure that this Docker file allows overriding of executor.yaml, as it is just copies the executor.yaml file which is present in config folder while creation of image, and since the image is already created, I am not able to understand how I can override the file, please help me if I am missing something
Copy code
COPY ./docker/config/executor.yaml /etc/datahub/actions/system/conf
b
You can by simply mounting a file to this same location - it will do an overwrite 🙂
ie. mount your executor to /etc/datahub/actions/system/conf/executor.yaml
and things should work
c
oh got it 🙂, thanks can we have some addition in helm where in we can provide the executor.yaml or the configs to override ?
since in industrial setup people want the things to be as automated as possible since this to be a manual steps as there is some delay in starting of the container
b
cc @early-lamp-41924 @orange-night-91387 for helm charts request ^^^
d
Hi, was this feature added to the Helm chart?
c
not sure @delightful-beard-43126 but you can create a custom docker image using the publically available image with the config you want, it will work. cc @big-carpet-38439