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>
13 lines
233 B
YAML
13 lines
233 B
YAML
# 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: {}
|