-
Notifications
You must be signed in to change notification settings - Fork 771
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
#231 Invoking kompose --bundle X.dab convert --stdout will produce tw… #338
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than spelling error
@@ -332,7 +333,15 @@ func (k *Kubernetes) Transform(komposeObject kobject.KomposeObject, opt kobject. | |||
// this will hold all the converted data | |||
var allobjects []runtime.Object | |||
|
|||
for name, service := range komposeObject.ServiceConfigs { | |||
// Need to ensure that the kerbenertes objects are in a consistent order |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
erh meh gerd, kerbenertes! just a small spelling error :)
3c77ade
to
47def4b
Compare
Whoopsie. Knew I needed another cup of coffee before pushing. |
…produce two differently ordered results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Although should we add a unit test for this?
Normally yes, however this bug was the result of adding in unit tests for dab/dsb support (See #241) |
@cab105 ah k, merge away then? 👍 |
@cab105 Done. Go ahead man :-) |
Thanks @ngtuna! |
…o differently ordered results