Skip to content

Commit

Permalink
fixed typo of Postgresql directory from double s
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelalang committed Sep 18, 2024
1 parent c504c9e commit ca5779e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/base/quay.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ spec:
- name: postgres-certs
mountPath: /run/secrets/postgresql
- name: postgres-certs-store
mountPath: /.postgressql
mountPath: /.postgresql
2 changes: 1 addition & 1 deletion kustomize/components/job/quay.upgrade.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ spec:
- name: postgres-certs
mountPath: /run/secrets/postgresql
- name: postgres-certs-store
mountPath: /.postgressql
mountPath: /.postgresql

0 comments on commit ca5779e

Please sign in to comment.