fix wrong name

This commit is contained in:
wiaamm 2025-05-15 22:14:16 +03:00
parent 0eb75c181e
commit 107a13a0c5

View File

@ -679,7 +679,7 @@ def mutate():
patches.append({
"op": "add",
"path": "/spec/volumes/-",
"value": volume_def
"value": volume
})
app.logger.debug("Added volume definition patch: %s", patches[-1])