From 841c2561bb70aa5394ea87530b727d201a6f1110 Mon Sep 17 00:00:00 2001 From: mans2singh Date: Sat, 15 Oct 2022 21:26:54 -0400 Subject: [PATCH] Updated example description --- examples/rollout-daemonset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rollout-daemonset.py b/examples/rollout-daemonset.py index b337d0c88..649924705 100644 --- a/examples/rollout-daemonset.py +++ b/examples/rollout-daemonset.py @@ -2,7 +2,7 @@ This example covers the following: - Create daemonset - Update daemonset - - List contoller revisions which belong to specified daemonset + - List controller revisions which belong to specified daemonset - Roll out daemonset """