51 lines
		
	
	
		
			811 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			811 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
						|
kind: Kustomization
 | 
						|
 | 
						|
namespace: argocd
 | 
						|
 | 
						|
 | 
						|
resources:
 | 
						|
  # repo keys
 | 
						|
  # - bootstrap-repo.sealedsecret.yaml already set for app of apps
 | 
						|
  - gitea-repo.sealedsecret.yaml
 | 
						|
 | 
						|
  # let argocd manage its own namespace
 | 
						|
  - argocd/
 | 
						|
 | 
						|
  # infrastructure apps
 | 
						|
  - projects.yaml
 | 
						|
  - nfs-provisioner/
 | 
						|
  - backup/
 | 
						|
  - pg-ha/
 | 
						|
  - gitea/
 | 
						|
  - renovate/
 | 
						|
  - metallb-system/
 | 
						|
  - traefik/
 | 
						|
  - external-dns/
 | 
						|
  - external-services/
 | 
						|
  - monitoring/application.yaml
 | 
						|
  - authelia/
 | 
						|
  - passwords/
 | 
						|
 | 
						|
  # simple apps
 | 
						|
  - adguard/
 | 
						|
  - audiobookshelf/
 | 
						|
  - eth-physics/
 | 
						|
  - files/
 | 
						|
  - finance/
 | 
						|
  - grafana/
 | 
						|
  - homeassistant/
 | 
						|
  - immich/
 | 
						|
  - journal/
 | 
						|
  - kitchenowl/
 | 
						|
  - linkding/
 | 
						|
  - media/
 | 
						|
  - minecraft/application.yaml
 | 
						|
  - ntfy/
 | 
						|
  - paperless/
 | 
						|
  - recipes/
 | 
						|
  - rss/
 | 
						|
  - stump/
 | 
						|
  - todos/
 | 
						|
  - whoami/
 |