Add extra initContainers, containers, volumes to agent and server

With plugin support, agents and servers need more customization.
This patch enables initContainers, extraContainers, extraVolumes
and extraVolumeMounts to be added to those services.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-02 08:02:19 -08:00
committed by kfox1111
parent 81ac89a911
commit b7f8c86478
7 changed files with 106 additions and 0 deletions
@@ -161,3 +161,9 @@ controllerManager:
telemetry:
prometheus:
enabled: false
extraVolumes: []
extraVolumeMounts: []
extraContainers: []
initContainers: []