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: