From 6fcca27e0edfd1cfae3eebd82af43dcc19735285 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 19 Dec 2025 22:00:32 -0600 Subject: [PATCH] fix mount --- clusters/cl01tl/helm/vault/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/vault/values.yaml b/clusters/cl01tl/helm/vault/values.yaml index c72adf056..e35d99c4f 100644 --- a/clusters/cl01tl/helm/vault/values.yaml +++ b/clusters/cl01tl/helm/vault/values.yaml @@ -35,9 +35,9 @@ vault: - name: vault-nfs-storage-backup persistentVolumeClaim: claimName: vault-nfs-storage-backup - - name: vault-nfs-storage-backup + - name: vault-storage-backup persistentVolumeClaim: - claimName: vault-nfs-storage-backup + claimName: vault-storage-backup volumeMounts: - mountPath: /opt/backups-old/ name: vault-nfs-storage-backup