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"}