make sure storageclass is consistent with the pvc for the main gitea server deployment

This commit is contained in:
Vince Montalbano 2024-06-13 15:56:12 -05:00
parent b5a024602c
commit 64e8e4f802

View File

@ -107,6 +107,7 @@ spec:
name: data-act-runner
spec:
accessModes: [ "ReadWriteOnce" ]
{{- include "gitea.persistence.storageClass" . | nindent 8 }}
resources:
requests:
storage: 1Mi