0.5.1: RecurringJob namespace from .Values.namespace (Longhorn was deployed to odoosky-system, not longhorn-system)
This commit is contained in:
@@ -23,8 +23,8 @@ description: |
|
||||
Git).
|
||||
|
||||
type: application
|
||||
version: 0.5.0
|
||||
appVersion: "0.5.0"
|
||||
version: 0.5.1
|
||||
appVersion: "0.5.1"
|
||||
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user