Skip to content

Commit

Permalink
fix: fix main rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Wassim DHIF <wassim.dhif@datadoghq.com>
  • Loading branch information
wdhif committed Sep 5, 2024
1 parent 3aa0e8c commit 2997203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ func injectCWSVolume(pod *corev1.Pod) {
VolumeSource: volumeSource,
})

common.MarkVolumeAsSafeToEvictForAutoscaler(pod, cwsVolumeName)
mutatecommon.MarkVolumeAsSafeToEvictForAutoscaler(pod, cwsVolumeName)
}

func injectCWSVolumeMount(container *corev1.Container) {
Expand Down

0 comments on commit 2997203

Please sign in to comment.