oops pvc not pv

This commit is contained in:
j 2025-07-02 00:06:56 +10:00
parent 7e7a4be5d2
commit ecc5ee6641

View file

@ -84,7 +84,7 @@ spec:
volumes:
- name: nextcloud-data
persistentVolumeClaim:
claimName: nextcloud-pv
claimName: nextcloud-pvc
---
apiVersion: k8s.mariadb.com/v1alpha1
kind: MariaDB