FIX(repo): Use correct strategy key name

- Change deploymentStrategy to strategy
- This is the correct key according to gitea helm chart values.yaml
This commit is contained in:
2025-12-18 19:41:35 +09:00
parent d955521379
commit 6ab36dc76e

View File

@@ -102,7 +102,7 @@ redis-cluster:
enabled: false
# Deployment strategy: Recreate to avoid leveldb lock conflicts
deploymentStrategy:
strategy:
type: Recreate
# Environment variables for database password