diff --git a/deploy/charts/djangoninja/templates/deployment.yaml b/deploy/charts/djangoninja/templates/deployment.yaml
index e92f4dda2f4b13c422c0087702dfba7ca0f7c463..7eb4b594be90f95b4d14745949f0fbe111fb2756 100644
--- a/deploy/charts/djangoninja/templates/deployment.yaml
+++ b/deploy/charts/djangoninja/templates/deployment.yaml
@@ -89,8 +89,8 @@ spec:
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
           volumeMounts:
-            - mountPath: /code/public/static
-              name: server-static
+            # - mountPath: /code/public/static
+            #   name: server-static
             - mountPath: /uploaded-files
               name: uploaded-files
       {{- with .Values.nodeSelector }}
@@ -106,9 +106,9 @@ spec:
         {{- toYaml . | nindent 8 }}
       {{- end }}
       volumes:      
-        - name: server-static
-          persistentVolumeClaim:
-            claimName: server-static
+        # - name: server-static
+        #   persistentVolumeClaim:
+        #     claimName: server-static
         - name: uploaded-files
           emptyDir:
             sizeLimit: 5Gi