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

onemoretimeplz1

parent 0a0a4965
Branches
Tags
1 merge request!63PLATFORM-2126 "allow rollout restart w/ testing"
Pipeline #763390 failed with stages
in 10 seconds
......@@ -67,8 +67,37 @@ review_deployment_patch_extra_annotations(annotationname,annotationvalue,usernam
out = {
"review": {
"userInfo": {
"username": username
"username": username,
"groups": [ groupname ]
},
"operation": "UPDATE",
"kind": {
"kind": "Deployment"
},
"object": {
"spec": {
"template": {
"metadata": {
"annotations": {
"dreaded_gazebo": "indeed",
annotationname: annotationvalue
}
}
}
}
},
"oldObject": {
"spec": {
"template:" {
"metadata": {
"annotations": {
"kubectl.kubernetes.io/restartedAt": previousrestarted
}
}
}
}
}
}
}
}
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