remove homepage and taskchampion

This commit is contained in:
2025-04-02 09:35:55 -04:00
parent 48d338360c
commit e2ae8a43a9
12 changed files with 0 additions and 253 deletions

View File

@@ -1,8 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: homepage
namespace: flux-system
spec:
interval: 15m
url: http://jameswynn.github.io/helm-charts

View File

@@ -1,18 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: homepage
namespace: flux-system
spec:
interval: 15m
path: ./homepage
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
name: homepage
namespace: homepage

View File

@@ -1,18 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: taskchampion
namespace: flux-system
spec:
interval: 15m
path: ./taskchampion
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: taskchampion
namespace: taskchampion

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: homepage

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: taskchampion