Skip to content

Commit

Permalink
fix(helm/security): bind mount /etc/machine-id
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl authored Oct 5, 2024
1 parent d2327e2 commit 84a1769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/templates/security-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
name: nuvlaedge-data
- mountPath: /srv/nuvlaedge/shared
name: nuvlaedge-db
- mountPath: /rootfs/etc/machine-id
name: machine-id

volumes:
- name: nuvlaedge-data
Expand All @@ -48,4 +50,7 @@ spec:
- name: nuvlaedge-db
hostPath:
path: {{ .Values.nuvlaedgeVolumeHostPath }}/{{ include "nuvlaedge.namespace" . }}
- name: machine-id
hostPath:
path: /etc/machine-id
{{- end }}

0 comments on commit 84a1769

Please sign in to comment.