Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Oct 22, 2024
1 parent 1a8eb0b commit f01e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test_helm_install_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ func baseGatewayConfigurationSpec() operatorv1beta1.GatewayConfigurationSpec {
Containers: []corev1.Container{
{
Name: consts.DataPlaneProxyContainerName,
// Image: helpers.GetDefaultDataPlaneImage(),
ReadinessProbe: &corev1.Probe{
InitialDelaySeconds: 1,
PeriodSeconds: 1,
Expand All @@ -501,6 +500,7 @@ func baseGatewayConfigurationSpec() operatorv1beta1.GatewayConfigurationSpec {
},
},
},

ControlPlaneOptions: &operatorv1beta1.ControlPlaneOptions{
Deployment: operatorv1beta1.ControlPlaneDeploymentOptions{
PodTemplateSpec: &corev1.PodTemplateSpec{
Expand Down

0 comments on commit f01e826

Please sign in to comment.