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
envandvolumeMountsexactly as you would in a standard Kubernetes manifest.
Example
modifyContainers:
insertOrOverwrite:
env:
- name: FAKETIME
value: "+222d"