You've already forked drone-charts
							
							feat: support pod priorityClassName
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/tag Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/tag Build is passing
				
			This commit is contained in:
		@@ -49,6 +49,9 @@ spec:
 | 
				
			|||||||
      nodeSelector:
 | 
					      nodeSelector:
 | 
				
			||||||
        {{- toYaml . | nindent 8 }}
 | 
					        {{- toYaml . | nindent 8 }}
 | 
				
			||||||
      {{- end }}
 | 
					      {{- end }}
 | 
				
			||||||
 | 
					      {{- if .Values.podPriorityClassName }}
 | 
				
			||||||
 | 
					      priorityClassName: {{ .Values.podPriorityClassName }}
 | 
				
			||||||
 | 
					      {{- end }}
 | 
				
			||||||
      securityContext:
 | 
					      securityContext:
 | 
				
			||||||
        {{- toYaml .Values.podSecurityContext | nindent 8 }}
 | 
					        {{- toYaml .Values.podSecurityContext | nindent 8 }}
 | 
				
			||||||
      serviceAccountName: {{ include "drone.fullname" . }}
 | 
					      serviceAccountName: {{ include "drone.fullname" . }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,6 +16,8 @@ fullnameOverride: ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
podAnnotations: {}
 | 
					podAnnotations: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					podPriorityClassName: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
podSecurityContext: {}
 | 
					podSecurityContext: {}
 | 
				
			||||||
  # fsGroup: 2000
 | 
					  # fsGroup: 2000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user