From d14138996e672b6dcf605e016711f80caaad2b71 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Tue, 17 Jun 2025 13:55:36 +0200 Subject: [PATCH] feat(database): change folder for certificate --- template/stacks/forgejo/forgejo-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/forgejo/forgejo-server/values.yaml b/template/stacks/forgejo/forgejo-server/values.yaml index 650c3b5..fb6c2ca 100644 --- a/template/stacks/forgejo/forgejo-server/values.yaml +++ b/template/stacks/forgejo/forgejo-server/values.yaml @@ -28,7 +28,7 @@ extraVolumeMounts: - mountPath: /etc/elasticsearch name: elasticsearch-cert-volume readOnly: true - - mountPath: /etc/ssl/forgejo/postgres.pem + - mountPath: /etc/ssl/forgejo name: postgres-cert-volume readOnly: true