securityContext of container, not pod
This commit is contained in:
		
							parent
							
								
									d543dbed5d
								
							
						
					
					
						commit
						78a29a21d6
					
				| 
						 | 
					@ -54,6 +54,8 @@ spec:
 | 
				
			||||||
      {{- end }}
 | 
					      {{- end }}
 | 
				
			||||||
        resources:
 | 
					        resources:
 | 
				
			||||||
{{ toYaml .Values.resources | indent 10 }}
 | 
					{{ toYaml .Values.resources | indent 10 }}
 | 
				
			||||||
 | 
					        securityContext:
 | 
				
			||||||
 | 
					{{ toYaml .Values.securityContext| indent 10 }}
 | 
				
			||||||
      {{- if .Values.imagePullSecrets }}
 | 
					      {{- if .Values.imagePullSecrets }}
 | 
				
			||||||
      imagePullSecrets:
 | 
					      imagePullSecrets:
 | 
				
			||||||
{{ toYaml .Values.imagePullSecrets | indent 8 }}
 | 
					{{ toYaml .Values.imagePullSecrets | indent 8 }}
 | 
				
			||||||
| 
						 | 
					@ -62,8 +64,6 @@ spec:
 | 
				
			||||||
{{ toYaml .Values.affinity | indent 8 }}
 | 
					{{ toYaml .Values.affinity | indent 8 }}
 | 
				
			||||||
      nodeSelector:
 | 
					      nodeSelector:
 | 
				
			||||||
{{ toYaml .Values.nodeSelector | indent 8 }}
 | 
					{{ toYaml .Values.nodeSelector | indent 8 }}
 | 
				
			||||||
      securityContext:
 | 
					 | 
				
			||||||
{{ toYaml .Values.securityContext| indent 8 }}
 | 
					 | 
				
			||||||
      tolerations:
 | 
					      tolerations:
 | 
				
			||||||
{{ toYaml .Values.tolerations | indent 8 }}
 | 
					{{ toYaml .Values.tolerations | indent 8 }}
 | 
				
			||||||
    {{- if .Values.priorityClassName }}
 | 
					    {{- if .Values.priorityClassName }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue