Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE flag to string #288

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
env:
- name: SPICEDB_DATASTORE_REVISION_QUANTIZATION_INTERVAL
value: ${SPICEDB_QUANTIZATION_INTERVAL}
- name: SPICEDB_DATASTORE_REVISION_QUANTIZATION_MAX_STALENESS_PERCENT

Check warning on line 49 in deploy/kessel-relations-deploy.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

49:81 [line-length] line too long (89 > 80 characters)
value: ${SPICEDB_QUANTIZATION_STALENESS_PERCENT}
- name: SPICEDB_DATASTORE_CONN_POOL_READ_MAX_OPEN
value: ${SPICEDB_DATASTORE_MAX_CONN_OPEN}
Expand Down Expand Up @@ -143,7 +143,7 @@
required: true
- description: App Image
name: RELATIONS_IMAGE
value: quay.io/redhat-services-prod/project-kessel-tenant/kessel-relations/relations-api

Check warning on line 146 in deploy/kessel-relations-deploy.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

146:81 [line-length] line too long (92 > 80 characters)
- description: Image Tag
name: IMAGE_TAG
required: true
Expand Down Expand Up @@ -190,6 +190,6 @@
- description: Minimum number of open connections to datastore
name: SPICEDB_DATASTORE_MIN_CONN_OPEN
value: '20'
- description: Enable the experimental schema cache which makes use of the Watch API for automatic updates

Check warning on line 193 in deploy/kessel-relations-deploy.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

193:81 [line-length] line too long (108 > 80 characters)
name: SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE
value: false
value: 'false'
Loading