remove flux-specific .sourceignore and gitlab-agent HelmRelease

The HelmRelease/HelmRepository CRs targeted flux-system; with flux uninstalled
they were never being applied. The gitlab-agent workload is not deployed on
the cluster.
This commit is contained in:
Graham McIntire 2026-04-29 11:11:12 -05:00
parent 9720223487
commit 96f56a9223
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
3 changed files with 0 additions and 55 deletions

View file

@ -1,21 +0,0 @@
# Exclude non-Kubernetes files from Flux sync
.git/
.gitlab/
.elixir-tools/
.expert/
.claude/
_build/
deps/
cover/
test/
assets/
config/
lib/
priv/
*.md
*.exs
*.ex
mix.*
.formatter.exs
.gitignore
Dockerfile

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