Hi all, I've deployed Dagster through Helm. Now I'...
# deployment-kubernetes
m
Hi all, I've deployed Dagster through Helm. Now I'm trying put it behind oauth2-proxy by building a custom image for Dagit. However, the Dagit deployment is overriding ENTRYPOINT and CMD in custom image. How can I disable or override the CMD?
a
Why do you need a custom image for Dagit? Use ingress-nginx (or whatever ingress you prefer) + oauth2-proxy. no need to change the image for dagit
m
Thanks! Yeah, that's the better approach.