Skip to content

Commit

Permalink
fix readonly field.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Aug 21, 2024
1 parent d298f4e commit 1be4de6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .infra/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ stack:
volumeMounts:
- mountPath: /var/policies
name: cerbos_policies
readonly: false
readOnly: false
- mountPath: /var/keys
name: keys
readonly: false
readOnly: false

services:
apiv2:
Expand All @@ -49,7 +49,6 @@ stack:
volumeMounts:
- mountPath: /var/policies
name: cerbos_policies
readonly: false
# Run migrations
- name: run_migrations
image:
Expand All @@ -63,7 +62,7 @@ stack:
volumeMounts:
- mountPath: /var/keys
name: keys
readonly: false
readOnly: false
sidecars:
- name: cerbos
image: ghcr.io/cerbos/cerbos:0.29.0
Expand All @@ -81,4 +80,4 @@ stack:
volumeMounts:
- mountPath: /var/policies
name: cerbos_policies
readonly: false
readOnly: false

0 comments on commit 1be4de6

Please sign in to comment.