Automated Manifest Update #2761

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-20 20:33:40 +00:00

View File

@@ -223,7 +223,7 @@ spec:
volumeMounts:
- mountPath: /scripts/prune.sh
name: prune-script
subPath: backup.sh
subPath: prune.sh
- args:
- -ec
- /scripts/prune.sh
@@ -245,7 +245,7 @@ spec:
volumeMounts:
- mountPath: /scripts/prune.sh
name: prune-script
subPath: backup.sh
subPath: prune.sh
- args:
- -ec
- /scripts/prune.sh
@@ -267,7 +267,7 @@ spec:
volumeMounts:
- mountPath: /scripts/prune.sh
name: prune-script
subPath: backup.sh
subPath: prune.sh
volumes:
- configMap:
defaultMode: 493