You've already forked postfixadmin-fetchmail-charts
							
							feat: support pod priorityClassName
	
		
			
	
		
	
	
		
	
		
			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:
		@@ -42,6 +42,9 @@ spec:
 | 
			
		||||
          nodeSelector:
 | 
			
		||||
            {{- toYaml . | nindent 12 }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          {{- if .Values.podPriorityClassName }}
 | 
			
		||||
          priorityClassName: {{ .Values.podPriorityClassName }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          restartPolicy: OnFailure
 | 
			
		||||
          securityContext:
 | 
			
		||||
            {{- toYaml .Values.podSecurityContext | nindent 12 }}
 | 
			
		||||
 
 | 
			
		||||
@@ -23,6 +23,8 @@ serviceAccount:
 | 
			
		||||
 | 
			
		||||
podAnnotations: {}
 | 
			
		||||
 | 
			
		||||
podPriorityClassName: ""
 | 
			
		||||
 | 
			
		||||
podSecurityContext: {}
 | 
			
		||||
  # fsGroup: 2000
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user