Skip to content

Commit

Permalink
Keep everything inline. Fully consistent everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Jan 15, 2025
1 parent 89ec6b4 commit 40eaf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ data:
token: "${PRESHARED}" # token takes precedence over tokenFile
tokenFile: "${PRESHARED_FILE:.secrets/local-spicedb-secret}"
schemaFile: "${SCHEMA_FILE:deploy/schema.zed}"
fullyConsistent: false
fullyConsistent: true
2 changes: 1 addition & 1 deletion deploy/kessel-relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ objects:
token: "${PRESHARED}" # token takes precedence over tokenFile
tokenFile: "${PRESHARED_FILE:.secrets/local-spicedb-secret}"
schemaFile: "${SCHEMA_FILE:deploy/schema.zed}"
fullyConsistent: false
fullyConsistent: true
- apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 40eaf03

Please sign in to comment.