Add support to configure 'args' fields for k8s initContainer
chany714 opened this issue · 0 comments
chany714 commented
Description
We need to set args
field of initContainer.
As far as I know, I can configure initContainer only with these fields.
containerName
, imageName
, commands
, environmentVariables
.
Do you have any solution or do you have any plan for this future?
Thank you.