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

to add a msg about the k8s bug #1720

Merged
merged 4 commits into from
Dec 15, 2023
Merged

to add a msg about the k8s bug #1720

merged 4 commits into from
Dec 15, 2023

Conversation

aabughosh
Copy link
Contributor

No description provided.

@aabughosh aabughosh requested a review from edcdavid December 14, 2023 13:37
@@ -224,7 +224,9 @@ func testContainersPostStart(env *provider.TestEnvironment) {
tnf.ClaimFilePrintf("%s does not have postStart defined", cut)
nonCompliantObjects = append(nonCompliantObjects, testhelper.NewContainerReportObject(cut.Namespace, cut.Podname, cut.Name, "Container does not have postStart defined", false))
} else {
compliantObjects = append(compliantObjects, testhelper.NewContainerReportObject(cut.Namespace, cut.Podname, cut.Name, "Container has postStart defined", true))
compliantObjects = append(compliantObjects, testhelper.NewContainerReportObject(cut.Namespace, cut.Podname, cut.Name, "Container has postStart defined,"+
Copy link
Member

Choose a reason for hiding this comment

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

Was the intent to add this to the main branch or ginkgo_removal?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

its for both so i need to recreate on ginkgo_removal?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sebrandon1 sebrandon1 merged commit a86a981 into main Dec 15, 2023
19 checks passed
@sebrandon1 sebrandon1 deleted the warnnMsg branch December 15, 2023 15:36
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

Successfully merging this pull request may close these issues.

4 participants