From 74f4604637bd7a4ab1013045ea14675b9d689698 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 15:35:35 +0200 Subject: [PATCH] Add credential secret as volume 4 --- ente-photos/ente-deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ente-photos/ente-deployment.yaml b/ente-photos/ente-deployment.yaml index 742e6e7..07b1356 100644 --- a/ente-photos/ente-deployment.yaml +++ b/ente-photos/ente-deployment.yaml @@ -30,8 +30,7 @@ spec: protocol: TCP volumeMounts: - name: credentials - mountPath: "/" - readOnly: true + mountPath: / - mountPath: /var/logs name: custom-logs - mountPath: /museum.yaml