hey how do i enable --expose when using helm chart...
# ask-community
d
hey how do i enable --expose when using helm chart?
a
it’s only needed with docker-compose setup, not with helm
d
okay thanks. just to clarify - with helm it will be enabled right?
exposed by default *
a
based on the PR that introduced this flag, it looks like it’s docker-compose specific https://github.com/PrefectHQ/prefect/pull/4821#issue-955903225
so helm should work without changing anything in that regard
d
tnx!