Rename GitLab agent config to match home-cluster-agent

This commit is contained in:
Graham McIntire 2026-01-11 15:37:49 -06:00
parent 9be221209b
commit d8247ec59c
No known key found for this signature in database
4 changed files with 1 additions and 35 deletions

View file

@ -47,7 +47,7 @@ deploy:
entrypoint: [""]
script:
- kubectl config get-contexts
- kubectl config use-context towerops/towerops:home-cluster-glab-agent
- kubectl config use-context towerops/towerops:home-cluster-agent
# Deploy new version (migrations run on app start)
- kubectl set image deployment/towerops towerops=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -n towerops
- kubectl rollout status deployment/towerops -n towerops --timeout=5m

View file

@ -1,25 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: gitlab-agent
namespace: flux-system
spec:
chart:
spec:
chart: gitlab-agent
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: gitlab
namespace: flux-system
install:
createNamespace: true
interval: 1m0s
releaseName: gitlab-agent
storageNamespace: gitlab-agent
targetNamespace: gitlab-agent
values:
config:
kasAddress: wss://kas.gitlab.com
secretName: gitlab-agent-token

View file

@ -1,9 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: gitlab
namespace: flux-system
spec:
interval: 1m0s
url: https://charts.gitlab.io