Skip to content

Commit

Permalink
Add and se bootstrap overwrite flag to true
Browse files Browse the repository at this point in the history
- With Persistent data stores, a deploy again will error out spiceDB, we need to set the overwrite flag to "true"
  • Loading branch information
Rajagopalan-Ranganathan authored Sep 4, 2024
1 parent 86e47b7 commit 01d3f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ objects:
name: spicedb-schema
containers:
- name: spicedb
env:
- name: "SPICEDB_DATASTORE_BOOTSTRAP_OVERWRITE"
value: "true"
volumeMounts:
- name: bootstrap
mountPath: /etc/bootstrap
Expand Down

0 comments on commit 01d3f75

Please sign in to comment.