14 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: argoproj.io/v1alpha1
 | 
						|
kind: Application
 | 
						|
metadata:
 | 
						|
  name: intel-gpu-driver-operator
 | 
						|
  namespace: argocd
 | 
						|
spec:
 | 
						|
  destination:
 | 
						|
    namespace: inteldeviceplugins-system
 | 
						|
    server: https://kubernetes.default.svc
 | 
						|
  project: infra
 | 
						|
  source:
 | 
						|
    path: apps-kustomized/intel-gpu-driver-operator
 | 
						|
    repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos
 | 
						|
    targetRevision: HEAD
 |