Skip to content

Commit

Permalink
create Backups of PostgreSQL objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalfsten committed Nov 11, 2024
1 parent be15eb3 commit b275419
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docker/nextcloud-backup/src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,17 @@ def create_velero_backup(
"services",
"statefulsets"
],
"labelSelector": {
"matchExpressions": [
{
"key": "application",
"operator": "NotIn",
"values": [
"spilo"
]
}
],
},
# "labelSelector": {
# "matchExpressions": [
# {
# "key": "application",
# "operator": "NotIn",
# "values": [
# "spilo"
# ]
# }
# ],
# },
"itemOperationTimeout": "4h0m0s",
"resourcePolicy": {
"kind": "configmap",
Expand Down

0 comments on commit b275419

Please sign in to comment.