chore: Update manifests after change
This commit is contained in:
@@ -34,11 +34,17 @@ spec:
|
||||
|
||||
exit 0
|
||||
volumeMounts:
|
||||
- mountPath: /opt/backups/
|
||||
- mountPath: /opt/backups-old/
|
||||
name: vault-nfs-storage-backup
|
||||
readOnly: true
|
||||
- mountPath: /opt/backups/
|
||||
name: vault-storage-backup
|
||||
readOnly: false
|
||||
volumes:
|
||||
- name: vault-nfs-storage-backup
|
||||
persistentVolumeClaim:
|
||||
claimName: vault-nfs-storage-backup
|
||||
- name: vault-nfs-storage-backup
|
||||
persistentVolumeClaim:
|
||||
claimName: vault-nfs-storage-backup
|
||||
restartPolicy: Never
|
||||
|
||||
Reference in New Issue
Block a user