Files
chart/docs/common/values/runtimeClassName.md
Stavros kois f4e0601f28 add some docs
2023-01-23 15:08:45 +02:00

504 B

Runtime Class Name

Key: runtimeClassName

Info:

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

Can be defined in:

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

Defines the runtimeClassName for the workloads.

Leaving it empty it will use the default runtimeClassName.

On TrueNAS Scale, it will dynamically pick the runtimeClassName based on metadata provided by the middleware.

Examples:

runtimeClassName: some-class-name