Separate Velero plugin image/tag and allow for configuration outside of `initContainers`
Adds a new configuration option called plugins
that allows for enabling/disabling + configuring the aws, azure, and csi outside of initContainers
. If initContainers
is specified then it will take precedence over the plugins
configs. If initContainers
is not specified then the plugins
will dynamically generate the initContainers
based on the configuration options. The changes should be backwards compatible and the plugins configs are disabled by default.