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 for filtering and reporting
labels: #labels:
backup-type: config # backup-type: config
schedule: daily # schedule: daily
retention: short # retention: short
# Exclude ephemeral/generated resources # Exclude ephemeral/generated resources
excludedResources: excludedResources:
@@ -39,3 +39,4 @@ spec:
# 14 days retention # 14 days retention
ttl: 336h ttl: 336h

View File

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