Skip to content

Helpers

Stéphane Brunner edited this page Jun 27, 2024 · 1 revision

Helpers present in this Chart

application.serviceAccountName

Create the name of the service account to use.

Parameters:

  • root: the root object, should be $.

Used values:

application.podConfig

Create the pod configuration.

Parameters:

  • root: the root object, should be $.
  • service: the service object.
  • affinitySelector: the affinity selector (optional).

Used values:

Used Functions:

  • application.serviceAccountName

application.containerConfig

Create the container configuration.

Parameters:

  • root: the root object, should be $.
  • container: the container definition.

Used values:

Used functions:

  • common.oneEnv

application.podMetadata

Create the metadata for the Pod.

Parameters:

  • service: the service object.

Used values:

Used functions:

  • common.selectorLabels

application.oneEnv

Create one environment variable.

Parameters:

Used functions:

  • common.fullname

Clone this wiki locally