Skip to content
Snippets Groups Projects
Commit 1cbabc79 authored by Morgan Hoffman's avatar Morgan Hoffman
Browse files

onemoretimeplz3

parent 46a7c3bd
Branches
Tags
1 merge request!63PLATFORM-2126 "allow rollout restart w/ testing"
Pipeline #763394 failed with stages
in 10 seconds
......@@ -69,6 +69,22 @@ review_deployment_patch_extra_annotations(annotationname,annotationvalue,usernam
"userInfo": {
"username": username,
"groups": [ groupname ]
},
"operation": "UPDATE",
"kind": {
"kind": "Deployment"
},
"object": {
"spec": {
"template": {
"metadata": {
"annotations": {
"dreaded_gazebo": "indeed",
annotationname: annotationvalue
}
}
}
}
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment