We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13816 commit 15d18d7Copy full SHA for 15d18d7
pkg/operator/deploymentcontroller/deployment_controller_test.go
@@ -552,7 +552,7 @@ func TestSync(t *testing.T) {
552
},
553
554
{
555
- // Deployment is fully deployed and its status is synced to CR
+ // Deployment is fully deployed with a missing pod and its status is synced to CR
556
name: "pod missing after fully deployed",
557
initialObjects: testObjects{
558
deployment: makeDeployment(
0 commit comments