my prefect server setup prefect-metrics.waow.tech
python orchestration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move promotional content flag into values.yaml server.env

PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT=false belongs in the helm
values alongside other server config, not in a one-off ConfigMap patch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

zzstoatzz ba7ee942 79d8825d

+4
+4
deploy/prefect-values.yaml
··· 7 7 uiConfig: 8 8 prefectUiApiUrl: "https://DOMAIN_PLACEHOLDER/api" 9 9 10 + env: 11 + - name: PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT 12 + value: "false" 13 + 10 14 extraEnvVarsCM: prefect-docket-config 11 15 12 16 backgroundServices: