Skip to content

Commit

Permalink
fix: Resolve database deployment permission issues (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Nayak <[email protected]>
  • Loading branch information
Akash-Nayak authored Jun 28, 2022
1 parent ef81e8d commit ebdf615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/enterprise-app/database/database-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
secretKeyRef:
name: database-secret
key: password
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
volumeMounts:
- name: secret-volume
readOnly: true
Expand Down

0 comments on commit ebdf615

Please sign in to comment.