Rename GitLab agent config to match home-cluster-agent
This commit is contained in:
parent
9be221209b
commit
d8247ec59c
4 changed files with 1 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue