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
		
	
	
		
			461 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			461 B
		
	
	
	
		
			YAML
		
	
| apiVersion: v1
 | |
| data:
 | |
|   var: test
 | |
| kind: ConfigMap
 | |
| metadata:
 | |
|   labels:
 | |
|     kustomize.toolkit.fluxcd.io/name: podinfo
 | |
|     kustomize.toolkit.fluxcd.io/namespace: {{ .fluxns }}
 | |
|   name: configmap_ignore
 | |
|   namespace: default
 | |
| ---
 | |
| apiVersion: v1
 | |
| data:
 | |
|   token: KipTT1BTKio=
 | |
| kind: Secret
 | |
| metadata:
 | |
|   labels:
 | |
|     kustomize.toolkit.fluxcd.io/name: podinfo
 | |
|     kustomize.toolkit.fluxcd.io/namespace: {{ .fluxns }}
 | |
|   name: secret_ignore
 | |
|   namespace: default
 | |
| type: Opaque
 | |
| ---
 |