Skip to content

Commit

Permalink
Update pkg/config/application_kubernetes_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
  • Loading branch information
hungran and khanhtc1202 authored Jul 21, 2023
1 parent 7b8ba74 commit 01f93be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/application_kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestKubernetesApplicationConfig(t *testing.T) {
},
Input: KubernetesDeploymentInput{
AutoRollback: newBoolPointer(true),
AutoCreateNamespace: newBoolPointer(false),
AutoCreateNamespace: false,
},
TrafficRouting: &KubernetesTrafficRouting{
Method: KubernetesTrafficRoutingMethodPodSelector,
Expand Down

0 comments on commit 01f93be

Please sign in to comment.