-
Notifications
You must be signed in to change notification settings - Fork 461
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
cleanup tests and bash indentation #996
Conversation
8fce54c
to
4863b72
Compare
4863b72
to
51db7de
Compare
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.
2a7bcf7
to
9420e9d
Compare
f328bad
to
df87179
Compare
4289649
to
d11a3ae
Compare
d11a3ae
to
f26402c
Compare
PTAL @dvaldivia @kanagarajkm |
@harshavardhana prometheus is failing with following error
|
Yes thanks @kanagarajkm this is what I was chasing. |
Everything should be fixed now @kanagarajkm @dvaldivia |
// outStr, errStr := string(stdout), string(stderr) | ||
// fmt.Printf("\nout:\n%s\nerr:\n%s\n", outStr, errStr) |
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.
we can delete commented code
@@ -236,7 +234,7 @@ func (c *Controller) CRDConversionHandler(w http.ResponseWriter, r *http.Request | |||
case "v1": | |||
|
|||
// cast to v1 | |||
//tenantV1 := obj.Object.(*miniov1.Tenant) | |||
// tenantV1 := obj.Object.(*miniov1.Tenant) |
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.
delete commented code
@@ -792,7 +790,7 @@ func (c *Controller) syncHandler(key string) error { | |||
} | |||
|
|||
// Check if this is fresh setup not an expansion. | |||
//addingNewPool := len(tenant.Spec.Pools) == len(tenant.Status.Pools) | |||
// addingNewPool := len(tenant.Spec.Pools) == len(tenant.Status.Pools) |
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.
delete commented code
No description provided.