Mathias Karstädt
Mathias Karstädt
Rollback does not work for me at the moment. ```bash bundle exec kuby -e production rollback ``` Results in: ```ruby error: undefined method `metadata' for # bundler: failed to load...
I needed the ability to add build-args to the build process of the Dockerfile. So I added it to the Cuberfile parser. Example: ```ruby app 'test' repo '.' dockerfile 'Dockerfile'...
For my use-case of cuber I need to be able to define hostAliases to be able to access some external services by hostname. Kubernetes provides this functionality: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ This PR...