mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| 
 | |
| commonLabels:
 | |
|   app: credentials-sync
 | |
| 
 | |
| resources:
 | |
| - sync.yaml
 | |
| 
 | |
| patchesStrategicMerge:
 | |
|   - kubectl-patch.yaml
 | |
| 
 | |
| vars:
 | |
| - name: KUBE_SECRET
 | |
|   objref:
 | |
|     kind: ConfigMap
 | |
|     name: credentials-sync
 | |
|     apiVersion: v1
 | |
|   fieldref:
 | |
|     fieldpath: data.KUBE_SECRET
 | |
| 
 | |
| configurations:
 | |
| - kustomizeconfig.yaml
 |