fix(backup): replace node name for External path (#1577)

This commit is contained in:
aby913 2025-07-19 09:26:52 +08:00 committed by GitHub
parent a949e317ac
commit 9b7635f244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{{ $backupVersion := "0.3.39" }}
{{ $backupVersion := "0.3.40" }}
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
{{- $backup_nats_secret := (lookup "v1" "Secret" .Release.Namespace "backup-nats-secret") -}}
@ -201,6 +201,6 @@ spec:
subjects:
- name: "backup.*"
permission:
pub: deny
pub: allow
sub: allow
user: os-backup