-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Multiple secrets for single service result in non-unique "mountPath" error #1894
Comments
I think I have an answer to this issue, and it should affect all secrets not only if there are multiple per service, just in this case it produces an error. Since a workaround seems to be to append the secret's volume For example, currently in |
Hi sorry for the late reply and thank you for investigating. At the moment we do not have enough resources to fix this, but if there is any way you can open a PR, we could review it as well as make any changes / help out with tests if you're willing! If not no worries, we'll most likely have more resources next month and can work on this. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Expected Behavior
Multiple secrets for a single service are correctly translated.
Actual Behavior
"kubectl" reports:
Steps To Reproduce
echo -n 'password1' > textfile1
echo -n 'password2' > textfile2
kompose convert -f compose.yaml
minikube start
kubectl apply -f .
Kompose Version
Docker-Compose file
Anything else?
No response
The text was updated successfully, but these errors were encountered: