chore: Update manifests after change

This commit is contained in:
2025-12-20 20:33:07 +00:00
parent 1a9874133f
commit 51fedc04a6

View File

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