Skip to content

Commit

Permalink
fix missing &
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shefler committed Aug 3, 2022
1 parent 781e437 commit 8e0ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbcontainers/state/components/sensor_daemon_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (obj *SensorDaemonSetK8sObject) mutateContainersList(daemonSet *appsV1.Daem
var runtimeContainer coreV1.Container
var clusterScannerContainer coreV1.Container

templatePodSpec := daemonSet.Spec.Template.Spec
templatePodSpec := &daemonSet.Spec.Template.Spec

desiredContainers := make([]coreV1.Container, 0, 2)
runtimeEnabled := false
Expand Down

0 comments on commit 8e0ccf0

Please sign in to comment.