Commit 5b00f9d6 by frank Committed by Craig Jellick

Revert "Fix Grafana PV can't mount"

This reverts commit cb0f92308e32c637a5cd09b5c1b7a644378bb58a. Problem: There isn't `fsGroup` in Container `securityContext`
parent 1d3be8c2
......@@ -17,7 +17,7 @@ data:
"access": "proxy",
"basicAuth": false,
"editable": false,
"isDefault": true,
"isDefault:": true,
"name": "Rancher-Monitoring",
"type": "prometheus",
"url": "{{ .Values.prometheusDatasourceURL }}"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment