0.5.2: api-approved annotation on CSI snapshot CRDs + spec.name on RecurringJobs (validator fixes)

This commit is contained in:
OdooSky Bot
2026-05-02 23:21:08 +03:00
parent f73bdf6d62
commit e44078f061
3 changed files with 9 additions and 2 deletions

View File

@@ -35,6 +35,9 @@ metadata:
name: tenants-snapshot-hourly
namespace: {{ .Values.namespace }}
spec:
# Longhorn's admission webhook requires spec.name == metadata.name.
# An empty spec.name fails with "invalid job {Name: ...}".
name: tenants-snapshot-hourly
cron: "0 * * * *"
task: snapshot
groups: [default]
@@ -48,6 +51,7 @@ metadata:
name: tenants-backup-daily
namespace: {{ .Values.namespace }}
spec:
name: tenants-backup-daily
cron: "0 3 * * *"
task: backup
groups: [default]