From b209e39866722e8b657d1e1626721bba1230e406 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 8 Apr 2024 22:22:56 +0200 Subject: [PATCH] fix(atticd): fix path --- charts/attic/templates/deployment-server.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/attic/templates/deployment-server.yaml b/charts/attic/templates/deployment-server.yaml index e412ff5..72e0621 100644 --- a/charts/attic/templates/deployment-server.yaml +++ b/charts/attic/templates/deployment-server.yaml @@ -39,6 +39,7 @@ spec: readOnly: false - name: config mountPath: "/var/lib/atticd/config.toml" + subPath: config.toml readOnly: true volumes: - name: {{ include "attic.fullname" . }}