mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Merge pull request #3717 from chandankumar4/custom-plugin
(fix): Mount plugin volume to weave-scope-cluster-agent resource
This commit is contained in:
@@ -41,4 +41,11 @@ spec:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- name: scope-plugins
|
||||
mountPath: /var/run/scope/plugins
|
||||
serviceAccountName: weave-scope
|
||||
volumes:
|
||||
- name: scope-plugins
|
||||
hostPath:
|
||||
path: /var/run/scope/plugins
|
||||
|
||||
Reference in New Issue
Block a user