-
Notifications
You must be signed in to change notification settings - Fork 60
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
Don't use env vars for namespace #36
Comments
same here. Whats the plan? What if to set namespace via flag or env variable? Or wait for templates in 1.4 ? (https://github.com/kubernetes/kubernetes/blob/release-1.4/docs/proposals/templates.md) |
For now i'm just replacing env vars with statics, is there a k8s friendly way to source vars from the env without config maps? |
Submitted PR #40 to work around this for now. |
I just hit this problem as well. |
Same issue |
Is this project still active? |
+1, ran into this, a word on activity would be helpful. Edit: did see this https://github.com/kubernetes-incubator/kompose |
Current getting the following issue on master:
The text was updated successfully, but these errors were encountered: