Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Use re-create deployment strategy for file based device registry #2967

Merged
merged 1 commit into from Jul 5, 2019

Conversation

ctron
Copy link
Contributor

@ctron ctron commented Jul 4, 2019

This also includes a few formatting changes automatically applied by go fmt.

@ctron ctron requested a review from k-wall July 4, 2019 12:33
@ctron
Copy link
Contributor Author

ctron commented Jul 4, 2019

@enmasse-ci run tests profile=shared-iot

@@ -49,7 +49,7 @@ func (r *ReconcileIoTConfig) processFileDeviceRegistry(ctx context.Context, conf

if !util.IsOpenshift() {
rc.ProcessSimple(func() error {
return r.processService(ctx, nameDeviceRegistry + "-external", config, r.reconcileFileDeviceRegistryServiceExternal)
return r.processService(ctx, nameDeviceRegistry+"-external", config, r.reconcileFileDeviceRegistryServiceExternal)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why ?????

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also includes a few formatting changes automatically applied by go fmt.

This is the way go formats its code. I would impose anything other than using go fmt.

Copy link
Member

@k-wall k-wall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ctron ctron merged commit cd4ba28 into EnMasseProject:master Jul 5, 2019
@ctron ctron deleted the feature/set_recreate_1 branch July 5, 2019 15:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants