feat: remove unused dependencies

This commit is contained in:
2024-11-07 10:23:07 -05:00
parent 754dc22c91
commit 127b6c88f8
7 changed files with 39 additions and 63 deletions

View File

@@ -7,8 +7,6 @@ metadata:
spec:
interval: 1h0m0s
path: ./infra/controllers/1password
dependsOn:
- name: infra-metallb-config
prune: true
retryInterval: 1m0s
sourceRef:

View File

@@ -7,8 +7,6 @@ metadata:
spec:
interval: 1h0m0s
path: ./infra/controllers/cert-manager
dependsOn:
- name: infra-namespaces
prune: true
retryInterval: 1m0s
sourceRef:

View File

@@ -7,8 +7,6 @@ metadata:
spec:
interval: 1h0m0s
path: ./infra/controllers/metallb
dependsOn:
- name: infra-namespaces
prune: true
retryInterval: 1m0s
sourceRef:

View File

@@ -1,16 +1,40 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
apiVersion: v1
kind: Namespace
metadata:
name: infra-namespaces
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/namespaces
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true
name: traefik-system
---
apiVersion: v1
kind: Namespace
metadata:
name: metallb-system
---
apiVersion: v1
kind: Namespace
metadata:
name: longhorn-system
---
apiVersion: v1
kind: Namespace
metadata:
name: external-dns-system
---
apiVersion: v1
kind: Namespace
metadata:
name: 1password-system
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager-system
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager-certs
---
apiVersion: v1
kind: Namespace
metadata:
name: reflector-system

View File

@@ -7,8 +7,6 @@ metadata:
spec:
interval: 1h0m0s
path: ./infra/controllers/reflector
dependsOn:
- name: infra-metallb-config
prune: true
retryInterval: 1m0s
sourceRef: