From 8a4eacca6ea6b3d848a08da8be00d68055b94a94 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Tue, 26 Nov 2024 06:04:26 +0100 Subject: [PATCH] connect agent to local Kerberos Hub --- kerberos-agent-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kerberos-agent-deployment.yaml b/kerberos-agent-deployment.yaml index baa4e79..6924b66 100644 --- a/kerberos-agent-deployment.yaml +++ b/kerberos-agent-deployment.yaml @@ -52,11 +52,11 @@ spec: - name: AGENT_CAPTURE_CONTINUOUS value: "true" - name: AGENT_HUB_URI - value: https://api.cloud.kerberos.io # or your own hub installation + value: http://localhost:32081 # or your own hub installation - name: AGENT_HUB_KEY - value: xxx + value: AKIAxxxxxxG5Q - name: AGENT_HUB_PRIVATE_KEY - value: xxx + value: K6rRLBI1xxxCk3C1H # find full list of environment variables here: https://github.com/kerberos-io/agent#override-with-environment-variables #--- #apiVersion: v1