Skip to content
Snippets Groups Projects
Verified Commit 2670b35a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

removal(flux-system): Drop tf-controller

It's currently not used, so why keep it around?
parent c61f3305
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,5 @@ kind: Kustomization ...@@ -3,6 +3,5 @@ kind: Kustomization
namespace: flux-system namespace: flux-system
resources: resources:
- alerts.yaml - alerts.yaml
- tf-controller.yaml
components: components:
- monitoring - monitoring
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: tf-controller
namespace: flux-system
spec:
interval: 30m
url: https://weaveworks.github.io/tf-controller/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: tf-controller
namespace: flux-system
spec:
releaseName: tf-controller
chart:
spec:
chart: tf-controller
sourceRef:
kind: HelmRepository
name: tf-controller
namespace: flux-system
version: 0.15.1
interval: 5m
install:
crds: CreateReplace
upgrade:
crds: CreateReplace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment