Hey :dagster: I'm using the helm chart and I want...
# dagster-feedback
m
Hey D I'm using the helm chart and I want to configure the k8s resources of the rabbitMQ container but I can't as there is no option to pass it unlike the daemon, dagit, etc. Is this in the backlog?
d
hey Martin - I believe that part of the chart is actually a different rabbitmq helm chart that does have resources - https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml#L657-L678 Are you getting an error when you try to set resources on it?
m
can you give me an example of a values.yaml that would override the bitnami rabbitmq chart values?
d
Copy code
rabbitmq:
  resources:
    xxx
❤️ 1
m
ah nice, okay I didn't realise it worked like that
thanks
condagster 1