From c2e899d56d32e70adc1a338a7e1a8956356f8387 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Thu, 7 May 2026 10:00:49 -0400 Subject: [PATCH] Update deployment.yaml --- apps/base/customer1/hermes-agent/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/customer1/hermes-agent/deployment.yaml b/apps/base/customer1/hermes-agent/deployment.yaml index 7218cd2..f7abcf7 100644 --- a/apps/base/customer1/hermes-agent/deployment.yaml +++ b/apps/base/customer1/hermes-agent/deployment.yaml @@ -46,7 +46,7 @@ spec: echo "✅ Found hermes at: $HERMES_BIN" # Copy config - cp -f /etc/hermes/config.yaml /opt/data/config.yaml || true + cp -f /tmp/hermes/config.yaml /opt/data/config.yaml || true # Create symlink in a writable location (PVC) so it works when you exec in mkdir -p /opt/data/bin @@ -113,7 +113,7 @@ spec: - name: hermes-data mountPath: /opt/data - name: hermes-configmap - mountPath: /etc/hermes/config.yaml + mountPath: /tmp/hermes/config.yaml subPath: config.yaml readOnly: true resources: