add vaultwarden, self manage argo
This commit is contained in:
		
							
								
								
									
										23
									
								
								kluster-deployments/passwords/application.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								kluster-deployments/passwords/application.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
apiVersion: argoproj.io/v1alpha1
 | 
			
		||||
kind: Application
 | 
			
		||||
metadata:
 | 
			
		||||
  name: passwords-application
 | 
			
		||||
  namespace: argocd
 | 
			
		||||
spec:
 | 
			
		||||
  project: infrastructure
 | 
			
		||||
  source:
 | 
			
		||||
    repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
 | 
			
		||||
    targetRevision: main
 | 
			
		||||
    path: infrastructure/passwords
 | 
			
		||||
  destination:
 | 
			
		||||
    server: https://kubernetes.default.svc
 | 
			
		||||
    namespace: passwords
 | 
			
		||||
  syncPolicy:
 | 
			
		||||
    automated:
 | 
			
		||||
      prune: true
 | 
			
		||||
      selfHeal: true
 | 
			
		||||
  ignoreDifferences:
 | 
			
		||||
    - group: apps/v1
 | 
			
		||||
      kind: Deployment
 | 
			
		||||
      jsonPointers:
 | 
			
		||||
        - /metadata/annotations
 | 
			
		||||
							
								
								
									
										4
									
								
								kluster-deployments/passwords/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								kluster-deployments/passwords/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
			
		||||
kind: Kustomization
 | 
			
		||||
resources:
 | 
			
		||||
  - application.yaml
 | 
			
		||||
		Reference in New Issue
	
	Block a user