removed labels

This commit is contained in:
2025-12-30 17:52:26 +11:00
parent bf94b90d9d
commit 18a850ded8
2 changed files with 32 additions and 30 deletions

View File

@@ -17,10 +17,10 @@ spec:
- "*"
# Labels for filtering and reporting
labels:
backup-type: config
schedule: daily
retention: short
#labels:
# backup-type: config
# schedule: daily
# retention: short
# Exclude ephemeral/generated resources
excludedResources:
@@ -39,3 +39,4 @@ spec:
# 14 days retention
ttl: 336h

View File

@@ -21,10 +21,10 @@ spec:
- apim
- gitea-ci
labels:
backup-type: stateful
schedule: daily
retention: short
#labels:
# backup-type: stateful
# schedule: daily
# retention: short
# Exclude ephemeral resources
excludedResources:
@@ -97,3 +97,4 @@ spec:
- psql -U postgres -c 'CHECKPOINT;'
timeout: 2m
onError: Continue