File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ A Helm chart for Kubernetes
3737| nodeSelector | object | ` {} ` | |
3838| podAnnotations | object | ` {} ` | |
3939| podSecurityContext | object | ` {} ` | |
40+ | priorityClassName | string | ` "" ` | Priority class name for the pod. |
4041| replicaCount | int | ` 1 ` | |
4142| resources | object | ` {} ` | |
4243| securityContext.allowPrivilegeEscalation | bool | ` false ` | |
Original file line number Diff line number Diff line change 7777 tolerations :
7878 {{- toYaml . | nindent 8 }}
7979 {{- end }}
80+ {{- if .Values.priorityClassName }}
81+ priorityClassName : {{ .Values.priorityClassName }}
82+ {{- end }}
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ tolerations: []
118118
119119affinity : {}
120120
121+ priorityClassName : " "
122+
121123deploymentConfig :
122124 restrictedRepos :
123125 # You can exclude certain repos from safe-settings processing
You can’t perform that action at this time.
0 commit comments