Skip to content

Commit

Permalink
restart not status
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 10, 2024
1 parent f3de78a commit 1101096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/chart_platform_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (suite *PlatformChartIntegrationSuite) TestBasicDeployment() {

platServiceName := fmt.Sprintf("%s-platform", releaseName)

k8s.RunKubectl(suite.T(), kubectlOptions, "rollout", "status", "deployment", platServiceName)
k8s.RunKubectl(suite.T(), kubectlOptions, "rollout", "restart", "deployment", platServiceName)

k8s.WaitUntilServiceAvailable(suite.T(), kubectlOptions, platServiceName, 10, 1*time.Second)

Expand Down

0 comments on commit 1101096

Please sign in to comment.