Fix namespace for pvc
This commit is contained in:
parent
6909100982
commit
51b7523829
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: mariadb-backup-pvc
|
name: mariadb-backup-pvc
|
||||||
namespace: default
|
namespace: home-server
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue