backup(fix): app backup files path invalid (#2111)

This commit is contained in:
aby913 2025-11-27 01:01:27 +08:00 committed by GitHub
parent 21cf7466ee
commit 3a19d380f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{{ $backupVersion := "0.3.55" }}
{{ $backupVersion := "0.3.56" }}
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
{{- $backup_nats_secret := (lookup "v1" "Secret" .Release.Namespace "backup-nats-secret") -}}