fix: query snapshot failed from Cache directory (#1863)

fix: restore cache path invalid
This commit is contained in:
aby913 2025-09-23 13:09:26 +08:00 committed by GitHub
parent 60585fe6d2
commit 3d54075607
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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") -}}