mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
chore: Add a few flags to PERSISTED_FEATURE_FLAGS (#22487)
* chore: Add a few flags to `PERSISTED_FEATURE_FLAGS` * Add `session-table-property-filters` * Remove `PERSISTED_FEATURE_FLAGS` from PR deploys * Don't persist `new-experiments-ui`
This commit is contained in:
parent
22d8c3e0cd
commit
31f97c118a
2
.github/pr-deploy/values.yaml.tmpl
vendored
2
.github/pr-deploy/values.yaml.tmpl
vendored
@ -12,8 +12,6 @@ env:
|
||||
value: "1"
|
||||
- name: COMMIT_SHA
|
||||
value: $COMMIT_SHA
|
||||
- name: PERSISTED_FEATURE_FLAGS
|
||||
value: "hogql"
|
||||
|
||||
siteUrl: https://$NAMESPACE.hedgehog-kitefin.ts.net
|
||||
tailscale:
|
||||
|
@ -9,4 +9,9 @@ PERSISTED_FEATURE_FLAGS = [
|
||||
"simplify-actions",
|
||||
"historical-exports-v2",
|
||||
"ingestion-warnings-enabled",
|
||||
"hogql-in-insight-serialization",
|
||||
"hogql-insights-preview",
|
||||
"persons-hogql-query",
|
||||
"datanode-concurrency-limit",
|
||||
"session-table-property-filters",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user