Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
5b00f9d6
Commit
5b00f9d6
authored
Dec 08, 2018
by
frank
Committed by
Craig Jellick
Dec 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix Grafana PV can't mount"
This reverts commit cb0f92308e32c637a5cd09b5c1b7a644378bb58a. Problem: There isn't `fsGroup` in Container `securityContext`
parent
1d3be8c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
dashboards-configmap.yaml
...v0.0.1/charts/grafana/templates/dashboards-configmap.yaml
+1
-1
deployment.yaml
...onitoring/v0.0.1/charts/grafana/templates/deployment.yaml
+0
-2
No files found.
charts/rancher-monitoring/v0.0.1/charts/grafana/templates/dashboards-configmap.yaml
View file @
5b00f9d6
...
...
@@ -17,7 +17,7 @@ data:
"access": "proxy",
"basicAuth": false,
"editable": false,
"isDefault": true,
"isDefault
:
": true,
"name": "Rancher-Monitoring",
"type": "prometheus",
"url": "{{ .Values.prometheusDatasourceURL }}"
...
...
charts/rancher-monitoring/v0.0.1/charts/grafana/templates/deployment.yaml
View file @
5b00f9d6
...
...
@@ -61,8 +61,6 @@ spec:
{{
- if .Values.extraVars
}}
{{
toYaml .Values.extraVars | indent 8
}}
{{
- end
}}
securityContext
:
fsGroup
:
472
volumeMounts
:
-
name
:
grafana-storage
mountPath
:
/var/lib/grafana
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment