Skip to content

Commit ea02f51

Browse files
committed
fix: Typo in DaemonSet wait function mapping
If wait is configured, terraform should now wait for a DaemonSet to become ready
1 parent 8ba8201 commit ea02f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomize/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var waitRefreshFunctions = map[string]waitRefreshFunction{
2626
"apps/Deployment": waitDeploymentRefresh,
27-
"apps/Daemonset": waitDaemonsetRefresh,
27+
"apps/DaemonSet": waitDaemonsetRefresh,
2828
"apps/StatefulSet": waitStatefulSetRefresh,
2929
}
3030

0 commit comments

Comments
 (0)