diff --git a/examples/k8s/probe-deploy.yaml b/examples/k8s/probe-deploy.yaml index 2c954e5c3..9494da461 100644 --- a/examples/k8s/probe-deploy.yaml +++ b/examples/k8s/probe-deploy.yaml @@ -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