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
Merge requests
!78
hoffmanm-
PLATFORM-2207
-adjustpath
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
hoffmanm-
PLATFORM-2207
-adjustpath
hoffmanm-PLATFORM-2207-adjustpath
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Morgan Hoffman
requested to merge
hoffmanm-PLATFORM-2207-adjustpath
into
master
10 months ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
hoffmanm-
PLATFORM-2207
-adjustpath
path for resource was incorrect probably at old name
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f74637d0
1 commit,
10 months ago
2 files
+
2
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
templates/constraint_image_admission_controller.yaml
+
1
−
1
Options
@@ -14,4 +14,4 @@ spec:
targets
:
-
target
:
admission.k8s.gatekeeper.sh
rego
:
|
{{
.Files.Get "rego/image_provenance/policy.rego" | indent 8
}}
\ No newline at end of file
{{
.Files.Get "rego/image_admission_control/policy.rego" | indent 8
}}
\ No newline at end of file