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

771 B

Names

Key: nameOverride

Info:

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

Can be defined in:

  • .Values.nameOverride

Overrides the name of the workload.

This is not the full name, but a part of the full name This is something that will only needed in very rare scenarios. Should be avoided, unless is absolutely needed.

Examples:

nameOverride: some_name


Key: fullnameOverride

Info:

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

Can be defined in:

  • .Values.fullnameOverride

Overrides the name of the workload.

This affects the full name of the Deployment/StatefulSet/etc This is something that will only needed in very rare scenarios. Should be avoided, unless is absolutely needed.