From ca5779eabaf6ecac259e9a2ecda68394f66da6b0 Mon Sep 17 00:00:00 2001 From: Michaela Lang Date: Wed, 18 Sep 2024 15:18:55 +0200 Subject: [PATCH] fixed typo of Postgresql directory from double s --- kustomize/base/quay.deployment.yaml | 2 +- kustomize/components/job/quay.upgrade.job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/base/quay.deployment.yaml b/kustomize/base/quay.deployment.yaml index 339165cb5..b31912c1a 100644 --- a/kustomize/base/quay.deployment.yaml +++ b/kustomize/base/quay.deployment.yaml @@ -144,4 +144,4 @@ spec: - name: postgres-certs mountPath: /run/secrets/postgresql - name: postgres-certs-store - mountPath: /.postgressql + mountPath: /.postgresql diff --git a/kustomize/components/job/quay.upgrade.job.yaml b/kustomize/components/job/quay.upgrade.job.yaml index 4a5c83dbf..ba9fa30d2 100644 --- a/kustomize/components/job/quay.upgrade.job.yaml +++ b/kustomize/components/job/quay.upgrade.job.yaml @@ -84,4 +84,4 @@ spec: - name: postgres-certs mountPath: /run/secrets/postgresql - name: postgres-certs-store - mountPath: /.postgressql + mountPath: /.postgresql