Skip to content

Commit

Permalink
skip migration checks on events/recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Oct 19, 2023
1 parent c81db14 commit 9eab7f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/values/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ ingress:
web:
secureCookies: false

events:
env:
- name: POSTHOG_SKIP_MIGRATION_CHECKS
value: "true"

recordings:
env:
- name: POSTHOG_SKIP_MIGRATION_CHECKS
value: "true"

# Use small PVC in CI
clickhouse:
persistence:
Expand Down

0 comments on commit 9eab7f5

Please sign in to comment.