spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Add support to configure 'args' fields for initContainer #540

Open chany714 opened 2 months ago

chany714 commented 2 months ago

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.