Skip to content

Commit

Permalink
Remove secret volume to db deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Feb 26, 2024
1 parent edc1b45 commit a56460a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .k8s/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ spec:
volumeMounts:
- mountPath: /var/lib/postgresql/data/pgdata
name: db-claim0
- name: secret-volume
mountPath: /etc/languages/secret
readOnly: true
restartPolicy: Always
volumes:
- name: secret-volume
Expand Down

0 comments on commit a56460a

Please sign in to comment.