Skip to content

Commit

Permalink
Merge pull request #162 from klihub/fixes/nri-socket-hostpath-type
Browse files Browse the repository at this point in the history
deployment/helm: always use DirectoryOrCreate for /var/run/nri.
  • Loading branch information
fmuyassarov committed Oct 17, 2023
2 parents 9005f82 + 7a46114 commit a5bbd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/memory-qos/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: nrisockets
hostPath:
path: /var/run/nri
type: Directory
type: DirectoryOrCreate
{{- if .Values.nri.patchRuntimeConfig }}
- name: containerd-config
hostPath:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memtierd/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
- name: nrisockets
hostPath:
path: /var/run/nri
type: Directory
type: DirectoryOrCreate
- name: host-bitmap
hostPath:
path: /sys/kernel/mm/page_idle/bitmap
Expand Down

0 comments on commit a5bbd52

Please sign in to comment.