mirror of
https://github.com/beclab/Olares
synced 2026-05-23 16:58:26 +00:00
fix: query snapshot failed from Cache directory (#1863)
fix: restore cache path invalid
This commit is contained in:
parent
60585fe6d2
commit
3d54075607
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
{{ $backupVersion := "0.3.47" }}
|
||||
{{ $backupVersion := "0.3.48" }}
|
||||
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
|
||||
|
||||
{{- $backup_nats_secret := (lookup "v1" "Secret" .Release.Namespace "backup-nats-secret") -}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue