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
		
	
	
		
			397 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			397 B
		
	
	
	
		
			YAML
		
	
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
						|
kind: Kustomization
 | 
						|
 | 
						|
commonLabels:
 | 
						|
  app: credentials-sync-eventhub
 | 
						|
 | 
						|
resources:
 | 
						|
  - sync.yaml
 | 
						|
 | 
						|
patchesStrategicMerge:
 | 
						|
  - kubectl-patch.yaml
 | 
						|
 | 
						|
vars:
 | 
						|
  - name: KUBE_SECRET
 | 
						|
    objref:
 | 
						|
      kind: ConfigMap
 | 
						|
      name: credentials-sync-eventhub
 | 
						|
      apiVersion: v1
 | 
						|
    fieldref:
 | 
						|
      fieldpath: data.KUBE_SECRET
 | 
						|
 | 
						|
configurations:
 | 
						|
  - kustomizeconfig.yaml
 |