From 6a471234776a92aff7f0d32a0a338adbf4295565 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 13:49:04 +0200 Subject: [PATCH] fix: adjust indentation of auth block in agentgateway-backend-ollama template --- .../templates/agentgateway-backend-ollama.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/04-agentgateway-proxy/templates/agentgateway-backend-ollama.yaml b/04-agentgateway-proxy/templates/agentgateway-backend-ollama.yaml index e6a65c1..e1ce43f 100644 --- a/04-agentgateway-proxy/templates/agentgateway-backend-ollama.yaml +++ b/04-agentgateway-proxy/templates/agentgateway-backend-ollama.yaml @@ -17,6 +17,6 @@ spec: /v1/chat/completions: Completions /v1/embeddings: Passthrough /v1/models: Passthrough - auth: - secretRef: - name: ollama-secret \ No newline at end of file + auth: + secretRef: + name: ollama-secret \ No newline at end of file