From 8f144881cb9d27b5b09e167dd799ee297c3fc002 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Wed, 4 Sep 2024 12:16:09 +0100 Subject: [PATCH] Add and se bootstrap overwrite flag to true (#151) - With Persistent data stores, a deploy again will error out spiceDB, we need to set the overwrite flag to "true" --- deploy/kessel-relations-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/kessel-relations-deploy.yaml b/deploy/kessel-relations-deploy.yaml index 5bfa886a..a6b8dadc 100644 --- a/deploy/kessel-relations-deploy.yaml +++ b/deploy/kessel-relations-deploy.yaml @@ -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