Skip to content
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

env variable substituion for koki short server #138

Comments

Copy link
Member

Dec 8, 2017

The current env variable substitution for the short server is done imperatively, and the results are substituted into the file server/deployment.short.yaml

It would be better if the definition of the env resources was done declaratively, and the only imperative step is the substitution.

The best case scenario is where everything is declarative - this can be achieved by setting the secretive env vars into a secret resource, and then the env variable could be inferred from secret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants