Skip to content

Commit

Permalink
Update env name
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Nov 22, 2024
1 parent 3004a95 commit 0ad06fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ objects:
value: ${SPICEDB_DATASTORE_MAX_CONN_OPEN}
- name: SPICEDB_DATASTORE_CONN_POOL_READ_MIN_OPEN
value: ${SPICEDB_DATASTORE_MIN_CONN_OPEN}
- name: ENABLE_EXPERIMENTAL_WATCHABLE_SCHEMA_CACHE
value: ${ENABLE_WATCHABLE_SCHEMA_CACHE}
- name: SPICEDB_ENABLE_EXPERIMENTAL_WATCHABLE_SCHEMA_CACHE
value: ${SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE}
volumeMounts:
- name: rds-tls
mountPath: /etc/tls/rds.pem
Expand Down Expand Up @@ -191,5 +191,5 @@ parameters:
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 (109 > 80 characters)

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

View workflow job for this annotation

GitHub Actions / lint-yaml

193:109 [trailing-spaces] trailing spaces
name: ENABLE_WATCHABLE_SCHEMA_CACHE
name: SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE
value: true

0 comments on commit 0ad06fe

Please sign in to comment.