mirror of
https://github.com/beclab/Olares
synced 2026-05-23 16:58:26 +00:00
fix(backup): replace node name for External path (#1577)
This commit is contained in:
parent
a949e317ac
commit
9b7635f244
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue