Skip to content

Commit 7f0cc7a

Browse files
committed
fix
1 parent 029e8ac commit 7f0cc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/installer/pkg/components/agent-smith/daemonset.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) {
107107
},
108108
Tolerations: []corev1.Toleration{
109109
{
110-
Effect: corev1.TaintEffectNoSchedule,
110+
Effect: corev1.TaintEffectNoSchedule,
111+
Operator: corev1.TolerationOpExists,
111112
},
112113
},
113114
},

0 commit comments

Comments
 (0)