Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
2670b35a
Verified
Commit
2670b35a
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
infrastructure/base/flux-system/kustomization.yaml
+0
-1
0 additions, 1 deletion
infrastructure/base/flux-system/kustomization.yaml
infrastructure/base/flux-system/tf-controller.yaml
+0
-30
0 additions, 30 deletions
infrastructure/base/flux-system/tf-controller.yaml
with
0 additions
and
31 deletions
infrastructure/base/flux-system/kustomization.yaml
+
0
−
1
View file @
2670b35a
...
...
@@ -3,6 +3,5 @@ kind: Kustomization
namespace
:
flux-system
resources
:
-
alerts.yaml
-
tf-controller.yaml
components
:
-
monitoring
This diff is collapsed.
Click to expand it.
infrastructure/base/flux-system/tf-controller.yaml
deleted
100644 → 0
+
0
−
30
View file @
c61f3305
---
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment