Skip to content

insertOrOverwrite

This operation forcefully adds the specified elements. If an element with the same name already exists in the container, its value will be overwritten by the template’s value.

Reminder: Define the env and volumeMounts exactly as you would in a standard Kubernetes manifest.

Example

modifyContainers:
  insertOrOverwrite:
    env:
      - name: FAKETIME
        value: "+222d"