Skip to content

Commit

Permalink
fix undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Apr 5, 2024
1 parent 991d9a1 commit 767ef62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func deployment(es *egressv1.ExternalService, configHash string) *appsv1.Deploym
{
Name: "gateway",
Image: img,
Args: args,
ImagePullPolicy: corev1.PullIfNotPresent,
Ports: deploymentPorts(es),
VolumeMounts: []corev1.VolumeMount{
Expand Down

0 comments on commit 767ef62

Please sign in to comment.