refactor: remove redundant header modifier for homeassistant-mcp authorization

This commit is contained in:
2026-05-15 11:12:11 +02:00
parent 2ad2fb0bb9
commit 15fcb9db0e
@@ -80,8 +80,4 @@ spec:
name: homeassistant-mcp-secret
namespace: agentgateway-system
key: AUTHORIZATION_BEARER_TOKEN
headerModifiers:
request:
set:
- name: "Authorization"
value: "{{ homeassistant_token }}"