Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gatekeeper Policies
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Common Platform
platform-support
helm-charts
Gatekeeper Policies
Commits
46a7c3bd
Commit
46a7c3bd
authored
1 year ago
by
Morgan Hoffman
Browse files
Options
Downloads
Patches
Plain Diff
onemoretimeplz2
parent
bf3e2039
1 merge request
!63
PLATFORM-2126 "allow rollout restart w/ testing"
Pipeline
#763391
failed with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rego/allow_rollout_restart/policy_test.rego
+0
-27
0 additions, 27 deletions
rego/allow_rollout_restart/policy_test.rego
with
0 additions
and
27 deletions
rego/allow_rollout_restart/policy_test.rego
+
0
−
27
View file @
46a7c3bd
...
@@ -69,33 +69,6 @@ review_deployment_patch_extra_annotations(annotationname,annotationvalue,usernam
...
@@ -69,33 +69,6 @@ review_deployment_patch_extra_annotations(annotationname,annotationvalue,usernam
"userInfo"
:
{
"userInfo"
:
{
"username"
:
username
,
"username"
:
username
,
"groups"
:
[
groupname
]
"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
}
}
}
}
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment