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 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-05 10:17:34 +01:00
parent 98c4eb1a2c
commit 08aecb4973

View File

@@ -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: {}