Skip to content

Commit

Permalink
add tmp to server
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Nov 21, 2023
1 parent bf106d9 commit 7cb5466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
version: 1.4.1
version: 1.4.2
4 changes: 4 additions & 0 deletions charts/gdscan/templates/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: server-tmp
emptyDir: {}
- name: scan-socket
emptyDir: {}
{{- if .Values.client.containerSecurityContext.enabled }}
Expand All @@ -57,6 +59,8 @@ spec:
securityContext: {{- omit .Values.server.containerSecurityContext "enabled" | toYaml | nindent 12 }}
{{- end }}
volumeMounts:
- name: server-tmp
mountPath: /tmp
- name: samples
mountPath: /tmp/scan
- name: scan-socket
Expand Down

0 comments on commit 7cb5466

Please sign in to comment.