Files
chart/docs/common/values/priorityClassName.md
Stavros kois 066938f677 more docs
2023-01-23 16:47:12 +02:00

544 B

Priority Class Name

Key: priorityClassName

Info:

  • Type: string
  • Default: ""
  • Helm Template:

Can be defined in:

  • .Values.priorityClassName
  • .Values.jobs.[job-name].podSpec.priorityClassName

Defines the priorityClassName for the workloads.

Leaving it empty it will let Kubernetes resolve the priorityClassName.

Examples:

priorityClassName: some-priority-class-name

Kubernetes Documentation: