diff --git a/bitwarden/templates/deployment.yaml b/bitwarden/templates/deployment.yaml index a6da266..acc272b 100644 --- a/bitwarden/templates/deployment.yaml +++ b/bitwarden/templates/deployment.yaml @@ -40,6 +40,6 @@ spec: - name: ROCKET_WORKERS value: "10" volumes: - - name: bitwarden-longhorn-pvc + - name: bitwarden-pvc persistentVolumeClaim: - claimName: bitwarden-longhorn-pvc \ No newline at end of file + claimName: bitwarden-pvc \ No newline at end of file