From 3b54f4caa666db1e0695413a196991074ec13464 Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Wed, 28 Apr 2021 22:12:17 +0530 Subject: [PATCH] Update cluster_scoped_custom_object.py --- examples/cluster_scoped_custom_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cluster_scoped_custom_object.py b/examples/cluster_scoped_custom_object.py index d951736a2..9926a9e22 100644 --- a/examples/cluster_scoped_custom_object.py +++ b/examples/cluster_scoped_custom_object.py @@ -68,7 +68,7 @@ def main(): "metadata": {"name": "test-crontab"}, "spec": {"cronSpec": "* * * * */5", "image": "my-awesome-cron-image"}, } - + # patch to update the `spec.cronSpec` field cronspec_patch = { "spec": {"cronSpec": "* * * * */15", "image": "my-awesome-cron-image"}