[BUG] Missing imagePullSecret
when converting to Helm with many containers in one Pod
#1645
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Expected Behavior
When I use the CLI argument
--service-group-mode=label
, I expect theimagePullSecret
property to be added to the generated fileschart/templates/*-deployment.yaml
orchart/templates/*-statefulset.yaml
:Actual Behavior
It is missing, resulting in errors when the Helm install requires pulling images from a private registry.
Steps To Reproduce
Using the attached docker-compose, I get the following outcomes:
kompose convert --service-group-mode=label -c -f docker-compose.yaml
: missing parameterkompose convert --service-group-mode=label --controller statefulset -c -f docker-compose.yaml
: missing parameterkompose convert -c -f docker-compose.yaml
:imagePullSecrets
is present in deploy fileskompose convert --controller statefulset -c -f docker-compose.yaml
:imagePullSecrets
is present in statefulset filesKompose Version
Docker-Compose file
The text was updated successfully, but these errors were encountered: