You've already forked drone-runner-charts
							
							fix: forward release.namespace to drone default namespace
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -9,6 +9,10 @@ stringData:
 | 
				
			|||||||
  {{- $_ := set .Values "config" dict -}}
 | 
					  {{- $_ := set .Values "config" dict -}}
 | 
				
			||||||
  {{- end -}}
 | 
					  {{- end -}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  {{- if not (hasKey .Values.config "DRONE_NAMESPACE_DEFAULT") -}}
 | 
				
			||||||
 | 
					  {{- $_ := set .Values.config "DRONE_NAMESPACE_DEFAULT" .Release.Namespace -}}
 | 
				
			||||||
 | 
					  {{- end -}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  {{/* SETUP CONFIG */}}
 | 
					  {{/* SETUP CONFIG */}}
 | 
				
			||||||
  {{ range $key, $value := .Values.config }}
 | 
					  {{ range $key, $value := .Values.config }}
 | 
				
			||||||
  {{ upper $key}}: {{ quote $value }}
 | 
					  {{ upper $key}}: {{ quote $value }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user