Merge pull request #1624 from ArthurSens/grafana-volume
Add extra-volume mount for plugins downloads
This commit is contained in:
@@ -137,6 +137,9 @@ spec:
|
||||
- mountPath: /etc/grafana
|
||||
name: grafana-config
|
||||
readOnly: false
|
||||
- mountPath: /tmp
|
||||
name: tmp-plugins
|
||||
readOnly: false
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
securityContext:
|
||||
@@ -228,3 +231,5 @@ spec:
|
||||
- name: grafana-config
|
||||
secret:
|
||||
secretName: grafana-config
|
||||
- emptyDir: {}
|
||||
name: tmp-plugins
|
||||
|
||||
Reference in New Issue
Block a user