Skip to content

Commit

Permalink
Add daemon.socketLocation to template.
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Young <avatar@arkane-systems.net>
  • Loading branch information
cerebrate authored and FillZpp committed Mar 4, 2021
1 parent 10f4e65 commit 9fd953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kruise/v0.8.0/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
serviceAccountName: kruise-daemon
volumes:
- hostPath:
path: /var/run
path: {{ .Values.daemon.socketLocation }}
type: ""
name: runtime-socket
{{- end }}

0 comments on commit 9fd953e

Please sign in to comment.