Put Keycloak backup volumes in right namespace
This commit is contained in:
parent
abc71fd7f1
commit
6d338157fa
@ -120,6 +120,7 @@ apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: backup-dir-pv
|
||||
namespace: keycloak
|
||||
spec:
|
||||
capacity:
|
||||
storage: 2M
|
||||
@ -135,6 +136,7 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: backup-dir-pvc
|
||||
namespace: keycloak
|
||||
spec:
|
||||
storageClassName: ""
|
||||
volumeName: backup-dir-pv
|
||||
|
Loading…
x
Reference in New Issue
Block a user