diff --git a/modules/common/daemonset/daemonset.go b/modules/common/daemonset/daemonset.go index ec3d21b7..d58c2b07 100644 --- a/modules/common/daemonset/daemonset.go +++ b/modules/common/daemonset/daemonset.go @@ -112,7 +112,7 @@ func (d *DaemonSet) GetDaemonSet() appsv1.DaemonSet { return *d.daemonset } -func getDaemonSetWithName( +func GetDaemonSetWithName( ctx context.Context, h *helper.Helper, name string,