0.5.1: RecurringJob namespace from .Values.namespace (Longhorn was deployed to odoosky-system, not longhorn-system)

This commit is contained in:
OdooSky Bot
2026-05-02 23:15:02 +03:00
parent 3e642dd7a1
commit f73bdf6d62
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ apiVersion: longhorn.io/v1beta2
kind: RecurringJob
metadata:
name: tenants-snapshot-hourly
namespace: longhorn-system
namespace: {{ .Values.namespace }}
spec:
cron: "0 * * * *"
task: snapshot
@@ -46,7 +46,7 @@ apiVersion: longhorn.io/v1beta2
kind: RecurringJob
metadata:
name: tenants-backup-daily
namespace: longhorn-system
namespace: {{ .Values.namespace }}
spec:
cron: "0 3 * * *"
task: backup