diff --git a/production/helm/templates/loki/podsecuritypolicy.yaml b/production/helm/templates/loki/podsecuritypolicy.yaml
index ea36a45e5bffe012ac3784a1545680407019c2ec..a5007bdbba186ad33f8b11bf9bf355803b4065a4 100644
--- a/production/helm/templates/loki/podsecuritypolicy.yaml
+++ b/production/helm/templates/loki/podsecuritypolicy.yaml
@@ -15,6 +15,7 @@ spec:
     - 'configMap'
     - 'emptyDir'
     - 'persistentVolumeClaim'
+    - 'secret'
   hostNetwork: false
   hostIPC: false
   hostPID: false
@@ -27,4 +28,4 @@ spec:
   fsGroup:
     rule: 'RunAsAny'
   readOnlyRootFilesystem: false
-{{- end }}
\ No newline at end of file
+{{- end }}