Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
prometheus-operator
kube-prometheus
Commits
f4a5ff3e
Commit
f4a5ff3e
authored
3 years ago
by
ArthurSens
Browse files
Options
Downloads
Patches
Plain Diff
addon/podsecuritypolicies: Add projected volumes permission
Signed-off-by:
ArthurSens
<
arthursens2005@gmail.com
>
parent
9d4ba547
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
+1
-0
1 addition, 0 deletions
jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
with
1 addition
and
0 deletions
jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
+
1
−
0
View file @
f4a5ff3e
...
...
@@ -16,6 +16,7 @@ local restrictedPodSecurityPolicy = {
'configMap'
,
'emptyDir'
,
'secret'
,
'projected'
,
// Assume that persistentVolumes set up by the cluster admin are safe to use.
'persistentVolumeClaim'
,
],
...
...
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