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
cb55161e
Unverified
Commit
cb55161e
authored
11 months ago
by
Kemal Akkoyun
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2423 from philipgough/ci-fix-grafana
parents
e3afd46d
d0b0b0d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jsonnet/kube-prometheus/components/grafana.libsonnet
+3
-0
3 additions, 0 deletions
jsonnet/kube-prometheus/components/grafana.libsonnet
manifests/grafana-deployment.yaml
+1
-0
1 addition, 0 deletions
manifests/grafana-deployment.yaml
with
4 additions
and
0 deletions
jsonnet/kube-prometheus/components/grafana.libsonnet
+
3
−
0
View file @
cb55161e
...
...
@@ -116,6 +116,9 @@ function(params)
template
+:
{
spec
+:
{
automountServiceAccountToken
:
false
,
securityContext
+:
{
runAsGroup
:
65534
,
},
},
},
},
...
...
This diff is collapsed.
Click to expand it.
manifests/grafana-deployment.yaml
+
1
−
0
View file @
cb55161e
...
...
@@ -152,6 +152,7 @@ spec:
kubernetes.io/os
:
linux
securityContext
:
fsGroup
:
65534
runAsGroup
:
65534
runAsNonRoot
:
true
runAsUser
:
65534
serviceAccountName
:
grafana
...
...
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