File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ The following tables lists the configurable parameters of the podinfo chart and
130130| ` nodeSelector ` | ` {} ` | Node labels for pod assignment |
131131| ` tolerations ` | ` [] ` | List of node taints to tolerate |
132132| ` affinity ` | ` None ` | Node/pod affinities |
133+ | ` priorityClassName ` | ` "" ` | Pod priority class name |
133134
134135Specify each parameter using the ` --set key=value[,key=value] ` argument:
135136
Original file line number Diff line number Diff line change @@ -214,6 +214,9 @@ spec:
214214 {{- with .Values.tolerations }}
215215 tolerations :
216216{{ toYaml . | indent 8 }}
217+ {{- end }}
218+ {{- with .Values.priorityClassName }}
219+ priorityClassName : {{ . }}
217220 {{- end }}
218221 volumes :
219222 - name : data
Original file line number Diff line number Diff line change @@ -272,6 +272,8 @@ tolerations: []
272272
273273affinity : {}
274274
275+ priorityClassName : " "
276+
275277podAnnotations : {}
276278
277279# https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
You can’t perform that action at this time.
0 commit comments