28 lines
		
	
	
	
		
			834 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			834 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: argoproj.io/v1alpha1
 | 
						|
kind: AppProject
 | 
						|
metadata:
 | 
						|
  name: apps
 | 
						|
  namespace: argocd
 | 
						|
spec:
 | 
						|
  clusterResourceWhitelist:
 | 
						|
    - group: '*'
 | 
						|
      kind: '*'
 | 
						|
  clusterResourceBlacklist:
 | 
						|
    - group: cilium.io
 | 
						|
      kind: CiliumIdentity
 | 
						|
  description: everything non-infra
 | 
						|
  sourceRepos:
 | 
						|
    - http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
 | 
						|
    - https://k8s-at-home.com/charts/
 | 
						|
    - https://charts.bitnami.com/bitnami
 | 
						|
    - https://charts.gabe565.com
 | 
						|
    - https://ideaplexus.gitlab.io/charts
 | 
						|
    - https://github.com/RARgames/4gaBoards.git
 | 
						|
    - https://addyvan.github.io/valheim-k8s/
 | 
						|
    - https://github.com/templarfelix/gameserver-operator.git
 | 
						|
    - ghcr.io/immich-app/immich-charts
 | 
						|
    - https://helm.dustinrue.com
 | 
						|
  destinations:
 | 
						|
    - name: '*'
 | 
						|
      namespace: '*'
 | 
						|
      server: https://kubernetes.default.svc
 |