Skip to content

Commit 68ce740

Browse files
committed
fix: add pvc to allowed volumes in psp
1 parent 521ee3c commit 68ce740

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snyk-monitor/templates/psp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ spec:
3333
volumes:
3434
- secret
3535
- configMap
36+
{{- if .Values.pvc.enabled }}
37+
- persistentVolumeClaim
38+
{{- else }}
3639
- emptyDir
40+
{{- end }}
3741
{{- end }}{{- end }}

0 commit comments

Comments
 (0)