Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
policies
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
kyverno
policies
Commits
d684c9bd
Unverified
Commit
d684c9bd
authored
3 years ago
by
Chip Zoller
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #172 from chipzoller/main
add vars so tests pass
parents
4e8cd1ff
d225e9b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
other/allowed_pod_priorities/values.yaml
+3
-4
3 additions, 4 deletions
other/allowed_pod_priorities/values.yaml
with
3 additions
and
4 deletions
other/allowed_pod_priorities/values.yaml
+
3
−
4
View file @
d684c9bd
...
...
@@ -4,13 +4,12 @@ policies:
-
name
:
validate-pod-priority-pods
values
:
podprioritydict.data.default
:
"
[
\"
high-priority
\"
,
\"
moderate-priority
\"
,
\"
low-priority
\"
]"
request.namespace
:
default
-
name
:
validate-pod-priority
values
:
podprioritydict.data.default
:
"
[
\"
high-priority
\"
,
\"
moderate-priority
\"
,
\"
low-priority
\"
]"
request.namespace
:
default
-
name
:
validate-pod-priority-cronjob
values
:
podprioritydict.data.production
:
"
[
\"
high-priority
\"
,
\"
moderate-priority
\"
,
\"
low-priority
\"
]"
\ No newline at end of file
request.namespace
:
production
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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