Skip to content

Commit

Permalink
fixed comments from Brandon++ <3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelalang committed Sep 17, 2024
1 parent 2e0b323 commit a995ef0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kustomize/base/quay.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ spec:
projected:
sources:
- secret:
name: postgresql-ca
optional: true
name: postgresql-ca
optional: true
- secret:
name: postgresql-client-certs
optional: true
name: postgresql-client-certs
optional: true
- name: postgres-certs-store
emptyDir:
sizeLimit: 5Mi
Expand Down Expand Up @@ -142,6 +142,6 @@ spec:
readOnly: true
mountPath: /conf/stack/extra_ca_certs
- name: postgres-certs
mountPath: /run/secrets/postgres
mountPath: /run/secrets/postgresql
- name: postgres-certs-store
mountPath: /.postgres
mountPath: /.postgressql
16 changes: 16 additions & 0 deletions kustomize/components/job/quay.upgrade.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ spec:
name: cluster-trusted-ca
- secret:
name: extra-ca-certs
- name: postgres-certs
projected:
sources:
- secret:
name: postgresql-ca
optional: true
- secret:
name: postgresql-client-certs
optional: true
- name: postgres-certs-store
emptyDir:
sizeLimit: 5Mi
containers:
- name: quay-app-upgrade
image: quay.io/projectquay/quay:latest
Expand Down Expand Up @@ -69,3 +81,7 @@ spec:
- name: extra-ca-certs
readOnly: true
mountPath: /conf/stack/extra_ca_certs
- name: postgres-certs
mountPath: /run/secrets/postgresql
- name: postgres-certs-store
mountPath: /.postgressql

0 comments on commit a995ef0

Please sign in to comment.