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