Skip to content

Commit 3b54f4c

Browse files
Update cluster_scoped_custom_object.py
1 parent fca1765 commit 3b54f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cluster_scoped_custom_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main():
6868
"metadata": {"name": "test-crontab"},
6969
"spec": {"cronSpec": "* * * * */5", "image": "my-awesome-cron-image"},
7070
}
71-
71+
7272
# patch to update the `spec.cronSpec` field
7373
cronspec_patch = {
7474
"spec": {"cronSpec": "* * * * */15", "image": "my-awesome-cron-image"}

0 commit comments

Comments
 (0)