Merge pull request #24 from NicklasWallgren/master
Fixed issue with grafana persistence storage on k3spull/29/head
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