Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelMue committed Dec 16, 2020
1 parent 6f4e062 commit 76d5460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/v1alpha1/eventlistener/eventlistener.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func getDeployment(el *v1alpha1.EventListener) *appsv1.Deployment {
ServiceAccountName: serviceAccountName,
Containers: []corev1.Container{container},
Volumes: vol,
SecurityContext: &securityContext,
SecurityContext: &securityContext,
},
},
},
Expand Down

0 comments on commit 76d5460

Please sign in to comment.