mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Merge pull request #24 from NicklasWallgren/master
Fixed issue with grafana persistence storage on k3s
This commit is contained in:
commit
2ba0bc0834
@ -114,7 +114,7 @@ local utils = import 'utils.libsonnet';
|
||||
pvc.new() +
|
||||
pvc.mixin.metadata.withNamespace($._config.namespace) +
|
||||
pvc.mixin.metadata.withName('grafana-storage') +
|
||||
pvc.mixin.spec.withAccessModes('ReadWriteMany') +
|
||||
pvc.mixin.spec.withAccessModes('ReadWriteOnce') +
|
||||
pvc.mixin.spec.resources.withRequests({ storage: '2Gi' }),
|
||||
} else {},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user