fix: move Bitwarden to security/bitwarden/ (correct namespace structure) #101

Merged
gitea-admin merged 10 commits from orion/auto/fix-move-bitwarden-to-security-bitwarden-1779229047173 into main 2026-05-19 22:19:00 +00:00
Showing only changes of commit 6619978c47 - Show all commits
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: bitwarden-data
namespace: security
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 5Gi