From 08aecb4973525dc2c3cd17f9f81abde2a400ba1d Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Thu, 5 Mar 2026 10:17:34 +0100 Subject: [PATCH] feat(infra): add GitLab Agent for Kubernetes config Registers foxhunt-production agent with CI and user access for in-cluster kubectl from GitLab pipelines. Co-Authored-By: Claude Opus 4.6 --- .gitlab/agents/foxhunt-production/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab/agents/foxhunt-production/config.yaml diff --git a/.gitlab/agents/foxhunt-production/config.yaml b/.gitlab/agents/foxhunt-production/config.yaml new file mode 100644 index 000000000..650e40791 --- /dev/null +++ b/.gitlab/agents/foxhunt-production/config.yaml @@ -0,0 +1,12 @@ +# GitLab Agent for Kubernetes configuration +# https://docs.gitlab.com/ee/user/clusters/agent/install/ + +ci_access: + projects: + - id: root/foxhunt + +user_access: + projects: + - id: root/foxhunt + access_as: + agent: {}