From fea863b1494ab36ae5f0426ee532c451eea40e2f Mon Sep 17 00:00:00 2001 From: red Date: Mon, 7 Jul 2025 00:07:14 -0400 Subject: [PATCH] wrong path for emoji pv mount --- manifests/pleroma/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/pleroma/templates/deployment.yaml b/manifests/pleroma/templates/deployment.yaml index ef0f37c..3832d61 100644 --- a/manifests/pleroma/templates/deployment.yaml +++ b/manifests/pleroma/templates/deployment.yaml @@ -112,8 +112,8 @@ spec: mountPath: /etc/pleroma/config.exs subPath: config.exs - name: pleroma-emoji-volume - mountPath: /static-files - subPath: emoji + mountPath: /static-files/emoji/ + subPath: emoji/ volumes: - name: pleroma-config-volume configMap: