Skip to content

Commit

Permalink
make everything a string
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 799b9bf commit 43c0d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ objects:
- name: SPICEDB_DATASTORE_CONN_POOL_READ_MIN_OPEN
value: ${SPICEDB_DATASTORE_MIN_CONN_OPEN}
- name: SPICEDB_ENABLE_EXPERIMENTAL_WATCHABLE_SCHEMA_CACHE
value: ${{SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE}}
value: ${SPICEDB_ENABLE_WATCHABLE_SCHEMA_CACHE}
volumeMounts:
- name: rds-tls
mountPath: /etc/tls/rds.pem
Expand Down Expand Up @@ -192,4 +192,4 @@ parameters:
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'

0 comments on commit 43c0d3e

Please sign in to comment.