Update cluster_scoped_custom_object.py

This commit is contained in:
Priyanka Saggu 2021-04-28 22:12:17 +05:30 committed by GitHub
parent fca1765fa5
commit 3b54f4caa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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