Update cluster_scoped_custom_object.py
This commit is contained in:
parent
fca1765fa5
commit
3b54f4caa6
@ -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"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user