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).
|
Git).
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.5.0
|
version: 0.5.1
|
||||||
appVersion: "0.5.0"
|
appVersion: "0.5.1"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ apiVersion: longhorn.io/v1beta2
|
|||||||
kind: RecurringJob
|
kind: RecurringJob
|
||||||
metadata:
|
metadata:
|
||||||
name: tenants-snapshot-hourly
|
name: tenants-snapshot-hourly
|
||||||
namespace: longhorn-system
|
namespace: {{ .Values.namespace }}
|
||||||
spec:
|
spec:
|
||||||
cron: "0 * * * *"
|
cron: "0 * * * *"
|
||||||
task: snapshot
|
task: snapshot
|
||||||
@@ -46,7 +46,7 @@ apiVersion: longhorn.io/v1beta2
|
|||||||
kind: RecurringJob
|
kind: RecurringJob
|
||||||
metadata:
|
metadata:
|
||||||
name: tenants-backup-daily
|
name: tenants-backup-daily
|
||||||
namespace: longhorn-system
|
namespace: {{ .Values.namespace }}
|
||||||
spec:
|
spec:
|
||||||
cron: "0 3 * * *"
|
cron: "0 3 * * *"
|
||||||
task: backup
|
task: backup
|
||||||
|
|||||||
Reference in New Issue
Block a user