You've already forked postfixadmin-fetchmail-charts
							
							fix: values config error
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -5,10 +5,6 @@ metadata: | ||||
| type: Opaque | ||||
| stringData: | ||||
|  | ||||
|   {{- if not (hasKey .Values "config") -}} | ||||
|   {{- $_ := set .Values "config" dict -}} | ||||
|   {{- end -}} | ||||
|  | ||||
|   {{/* SETUP CONFIG */}} | ||||
|   {{ range $key, $value := .Values.config }} | ||||
|   {{ upper $key}}: {{ quote $value }} | ||||
|   | ||||
| @@ -30,7 +30,7 @@ podSecurityContext: {} | ||||
|  | ||||
| schedule: "*/10 * * * *" | ||||
|  | ||||
| config: | ||||
| config: {} | ||||
|   # DATABASE_TYPE | ||||
|   # Currently will be only postgres, mysql and mariadb supported. About the | ||||
|   # environment variable DATABASE_TYPE can the backend type defined. The value | ||||
|   | ||||
		Reference in New Issue
	
	Block a user