Skip to content

Commit

Permalink
Fix read-only FS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pboushy committed Jan 16, 2025
1 parent 7183fe0 commit c6df27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/fleet/templates/cron-vulnprocessing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:
runAsUser: 3333
runAsNonRoot: true
volumeMounts:
- name: tmp
mountPath: /tmp
{{- if .Values.database.tls.enabled }}
- name: mysql-tls
readOnly: true
Expand Down Expand Up @@ -160,6 +162,8 @@ spec:
{{- end }}
serviceAccountName: fleet
volumes:
- name: tmp
emptyDir:
{{- if .Values.database.tls.enabled }}
- name: mysql-tls
secret:
Expand Down

0 comments on commit c6df27c

Please sign in to comment.