Add gitlab-agent-helm-release.yaml via glab file sync
This commit is contained in:
parent
003bcf5edb
commit
465ace1b54
1 changed files with 25 additions and 0 deletions
25
gitlab-agent-helm-release.yaml
Normal file
25
gitlab-agent-helm-release.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Reference in a new issue