Skip to content

Commit

Permalink
Create shared volumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Aug 21, 2024
1 parent 1be4de6 commit e631e80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .infra/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ stack:
- mountPath: /var/policies
name: cerbos_policies
readOnly: false
volumes:
- name: cerbos_policies
emptyDir:
sizeLimit: 50Mi
- name: keys
emptyDir:
sizeLimit: 10Mi

0 comments on commit e631e80

Please sign in to comment.