From e3a93114c904cd6df9ced45a780e5cc0918a7e02 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Tue, 17 Jun 2025 13:50:11 +0200 Subject: [PATCH] feat(database): use itemized list in extra volume for certificate --- template/stacks/forgejo/forgejo-server/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/stacks/forgejo/forgejo-server/values.yaml b/template/stacks/forgejo/forgejo-server/values.yaml index 3ee7d91..650c3b5 100644 --- a/template/stacks/forgejo/forgejo-server/values.yaml +++ b/template/stacks/forgejo/forgejo-server/values.yaml @@ -31,7 +31,6 @@ extraVolumeMounts: - mountPath: /etc/ssl/forgejo/postgres.pem name: postgres-cert-volume readOnly: true - subPath: postgres.pem extraVolumes: - name: elasticsearch-cert-volume @@ -41,6 +40,9 @@ extraVolumes: - name: postgres-cert-volume secret: secretName: otc-rds-tls-ca-cert + items: + - key: postgres.pem + path: postgres.pem gitea: additionalConfigFromEnvs: